Skip to content

Commit fddfc81

Browse files
authored
Merge pull request #177 from linuxserver/noble-alpine3
2 parents cde7b03 + 1a70fc1 commit fddfc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM alpine:3.20 AS rootfs-stage
3+
FROM alpine:3 AS rootfs-stage
44

55
# environment
66
ENV REL=noble

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM alpine:3.20 AS rootfs-stage
3+
FROM alpine:3 AS rootfs-stage
44

55
# environment
66
ENV REL=noble

0 commit comments

Comments
 (0)