Skip to content

Commit ba41b15

Browse files
committed
Fix Dockerfile casing warning
1 parent f5bfcf6 commit ba41b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim as base
1+
FROM python:3.11-slim AS base
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends skopeo && \

0 commit comments

Comments
 (0)