mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update Dockerfile to use Alpine 3.18 (#2362)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# syntax = docker/dockerfile:1.4
|
# syntax = docker/dockerfile:1.4
|
||||||
|
|
||||||
FROM alpine:3.17.3@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 as RUN
|
FROM alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 as RUN
|
||||||
|
|
||||||
#RUN --mount=type=cache,target=/var/cache/apk \
|
#RUN --mount=type=cache,target=/var/cache/apk \
|
||||||
# apk update \
|
# apk update \
|
||||||
|
Reference in New Issue
Block a user