Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent c771c34 commit 76bb3ce
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 golang:1.22 as builder
FROM golang:1.24 as builder

WORKDIR /builder

Expand Down
2 changes: 1 addition & 1 deletion release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as certs
FROM golang:1.24-alpine as certs

RUN apk --no-cache add ca-certificates

Expand Down

0 comments on commit 76bb3ce

Please sign in to comment.