Skip to content

Commit e698aea

Browse files
Bump golang from 1.25.4-bookworm to 1.25.5-bookworm in /webapp/web (#4667)
Bumps golang from 1.25.4-bookworm to 1.25.5-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.5-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e2dbcc commit e698aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Production deployment spec for the webapp.
22

3-
FROM golang:1.25.4-bookworm as builder
3+
FROM golang:1.25.5-bookworm as builder
44

55
RUN apt-get update
66
RUN apt-get install -qy --no-install-suggests git sudo

0 commit comments

Comments
 (0)