Skip to content

Commit

Permalink
docker: update alpine to v3.21.0 (#22)
Browse files Browse the repository at this point in the history
* go.mod: update go to 1.23.4
* docker: update alpine to 3.21.0
* docker: update golang to 1.23.4-alpine3.21
  • Loading branch information
joshuasing authored Dec 18, 2024
1 parent b624a01 commit 41ddfa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# SOFTWARE.

# Build stage
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS builder
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS builder

# Add ca-certificates, timezone data
RUN apk --no-cache add --update ca-certificates tzdata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# SOFTWARE.

# Build stage
FROM golang:1.22.6-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 AS build
FROM golang:1.23.4-alpine3.21@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build

# Add ca-certificates, timezone data
RUN apk --no-cache add --update ca-certificates tzdata
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/joshuasing/starlink_exporter

go 1.22

toolchain go1.23.2
go 1.23.4

require (
github.com/prometheus/client_golang v1.20.5
Expand Down

0 comments on commit 41ddfa6

Please sign in to comment.