Merge pull request #176 from linuxserver/jammy-alpine3

This commit is contained in:
Roxedus 2024-12-10 08:55:47 +01:00 committed by GitHub
commit 2fbb5a0168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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