Skip to content

Commit

Permalink
add dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hydazz committed Feb 7, 2023
1 parent a55711b commit 595bdcf
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/imagegenius/baseimage-alpine:3.17

# set version label
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/imagegenius/baseimage-alpine:arm64v8-3.17

# set version label
Expand Down

0 comments on commit 595bdcf

Please sign in to comment.