Skip to content

Commit 6a79994

Browse files
chore(deps): update alpine docker tag to v3.20
1 parent a75f804 commit 6a79994

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
@@ -19,7 +19,7 @@ COPY /internal internal/
1919
# Build
2020
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o deployment-agent cmd/agent/**
2121

22-
FROM alpine:3.18
22+
FROM alpine:3.20
2323
WORKDIR /workspace
2424

2525
COPY --from=builder /workspace/deployment-agent .

0 commit comments

Comments
 (0)