Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Sep 29, 2023
1 parent 6200583 commit d9ed466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk add --update --no-cache curl ca-certificates unzip wget openssl build-ba
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o deployment-agent main.go

FROM alpine:3.17
FROM alpine:3.18
WORKDIR /workspace

COPY --from=builder /usr/local/bin/helm /usr/local/bin/helm
Expand Down

0 comments on commit d9ed466

Please sign in to comment.