add dockerfile syntax

This commit is contained in:
aptalca
2023-04-13 15:40:48 -04:00
parent 166b99329b
commit b05c951c02
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM scratch
LABEL maintainer="username"
+3 -1
View File
@@ -1,5 +1,7 @@
# syntax=docker/dockerfile:1
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.15 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
RUN \
echo "**** install packages ****" && \