Skip to content

Commit

Permalink
Bump alpine from 3.19 to 3.20
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and foxdalas committed Nov 12, 2024
1 parent 434832a commit f5e895e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20
MAINTAINER Maxim Pogozhiy <[email protected]>

ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.compose
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN apk add alpine-sdk
RUN go build .

FROM alpine:3.19
FROM alpine:3.20
RUN apk --no-cache add ca-certificates
COPY --from=build /app/sphinx_exporter /bin/
EXPOSE 9247
Expand Down

0 comments on commit f5e895e

Please sign in to comment.