Skip to content

Commit b05c951

Browse files
committed
add dockerfile syntax
1 parent 166b993 commit b05c951

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# syntax=docker/dockerfile:1
2+
13
FROM scratch
24

35
LABEL maintainer="username"

Dockerfile.complex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# syntax=docker/dockerfile:1
2+
13
## Buildstage ##
2-
FROM ghcr.io/linuxserver/baseimage-alpine:3.15 as buildstage
4+
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
35

46
RUN \
57
echo "**** install packages ****" && \

0 commit comments

Comments
 (0)