Skip to content

Commit

Permalink
Bump library/golang from 1.22.4-alpine to 1.22.5-alpine
Browse files Browse the repository at this point in the history
Bumps library/golang from 1.22.4-alpine to 1.22.5-alpine.

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent a98903f commit 5e7ea2d
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 @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM docker.io/library/golang:1.22.4-alpine AS build
FROM docker.io/library/golang:1.22.5-alpine AS build
WORKDIR /jelease
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 5e7ea2d

Please sign in to comment.