Skip to content

Commit

Permalink
Use alpine:3 for rootfs stage
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 6, 2024
1 parent 93b4c6b commit 7a36582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM alpine:3.17 as rootfs-stage
FROM alpine:3 as rootfs-stage

# environment
ENV REL=jammy
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM alpine:3.17 as rootfs-stage
FROM alpine:3 as rootfs-stage

# environment
ENV REL=jammy
Expand Down

0 comments on commit 7a36582

Please sign in to comment.