Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit c431771

Browse files
authored
Merge pull request #39 from acorn-io/renovate/alpine-3.x
Update alpine Docker tag to v3.16.2
2 parents b9a96be + 542ffe1 commit c431771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV CGO_ENABLED=0
66
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build \
77
go build -o bin/acorn-dns -ldflags "-s -w -X 'github.com/acorn-io/acorn-dns/pkg/version.Tag=${TAG}'" .
88

9-
FROM alpine:3.16.1 AS base
9+
FROM alpine:3.16.2 AS base
1010
RUN apk add --no-cache ca-certificates
1111
RUN adduser -D acorn
1212
# USER acorn commented out so that i can easily get into the container and do stuff to it

0 commit comments

Comments
 (0)