Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent d00c73a commit a33b907
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 @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
# pre-copy/cache go.mod for pre-downloading dependencies and only redownloading them in subsequent builds if they change
RUN CGO_ENABLED=0 go install github.com/adhocteam/[email protected]

FROM alpine:3.18.2
FROM alpine:3.20.0
RUN apk add --no-cache bash

COPY --from=builder /go/bin/script_exporter /usr/app/script-exporter
Expand Down

0 comments on commit a33b907

Please sign in to comment.