mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
Update Dockerfile to use Alpine 3.18 (#2362)
This commit is contained in:
parent
221a2d4250
commit
0d044fd121
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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 \
|
||||
# apk update \
|
||||
|
|
Loading…
Reference in a new issue