We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b993 commit b05c951Copy full SHA for b05c951
Dockerfile
@@ -1,3 +1,5 @@
1
+# syntax=docker/dockerfile:1
2
+
3
FROM scratch
4
5
LABEL maintainer="username"
Dockerfile.complex
@@ -1,5 +1,7 @@
## Buildstage ##
-FROM ghcr.io/linuxserver/baseimage-alpine:3.15 as buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
6
RUN \
7
echo "**** install packages ****" && \
0 commit comments