Consistent build image

This commit is contained in:
thespad 2024-05-24 18:01:05 +01:00
parent 88de8baf33
commit e6bac5537f
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3.19 as rootfs-stage
FROM alpine:3.20 as rootfs-stage
# environment
ENV REL=noble