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

Commit 542ffe1

Browse files
Update dependency alpine to v3.16.2
1 parent c46df43 commit 542ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)