Skip to content

Commit

Permalink
Add missing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 29, 2024
1 parent a51ed4c commit a5cdfa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.20

ARG BUILD_DATE
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.20

ARG BUILD_DATE
Expand Down

0 comments on commit a5cdfa0

Please sign in to comment.