Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22-alpine to 1.23-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.22-alpine to 1.23-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent c2993f6 commit 78329fb
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 @@ -3,7 +3,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq

# Go builder.

FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine AS builder
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine AS builder


ARG appVersion=latest
Expand Down

0 comments on commit 78329fb

Please sign in to comment.