Skip to content

Commit

Permalink
update: bump golang in /build in the docker-packages group
Browse files Browse the repository at this point in the history
Bumps the docker-packages group in /build with 1 update: golang.


Updates `golang` from 1.22-alpine to 1.23-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c040f4d commit bad06b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS build
FROM golang:1.23-alpine AS build

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 8: containerImage not pinned by hash
Click Remediation section below to solve this issue

WORKDIR /go/src

Expand Down

0 comments on commit bad06b9

Please sign in to comment.