Skip to content

Commit cf4ff14

Browse files
authored
Merge pull request #1914 from m1tm4n404/from-as-casting
build Dockerfile: use uppercase FROM / AS combination
2 parents ae3a2fd + 1d55b34 commit cf4ff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ENTRYPOINT [ "/opt/sliver-server" ]
9191

9292

9393
# STAGE: production-slim (about 1Gb smaller)
94-
FROM debian:bookworm-slim as production-slim
94+
FROM debian:bookworm-slim AS production-slim
9595

9696
### Install production packages
9797
RUN apt-get update --fix-missing \

0 commit comments

Comments
 (0)