Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
bjorns163 committed Feb 20, 2024
1 parent c2e2495 commit e094bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.20 AS builder
FROM golang:1.22 AS builder
WORKDIR /build
COPY ./ /build
RUN go get -d -v
RUN CGO_ENABLED=0 GOOS=linux go build

FROM docker.io/library/debian:buster-slim
FROM docker.io/library/debian:bookworm-slim
COPY --from=builder /build/s3bucket_exporter /bin/s3bucket_exporter
RUN apt-get update && apt-get install -y curl
WORKDIR /tmp
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/molu8bits/s3bucket_exporter

go 1.20
go 1.22

require (
github.com/aws/aws-sdk-go v1.44.271 // indirect
Expand Down

0 comments on commit e094bb4

Please sign in to comment.