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 cde7b03 commit 1a70fc1
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.20 AS rootfs-stage
FROM alpine:3 AS rootfs-stage

# environment
ENV REL=noble
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.20 AS rootfs-stage
FROM alpine:3 AS rootfs-stage

# environment
ENV REL=noble
Expand Down

0 comments on commit 1a70fc1

Please sign in to comment.