Skip to content

Commit 67be8ec

Browse files
Update golang Docker tag to v1.25.5 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e275d6 commit 67be8ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.4-bookworm AS builder
1+
FROM golang:1.25.5-bookworm AS builder
22
ENV ROOT=/build
33
ARG BUILD_TAGS=""
44
RUN mkdir ${ROOT}

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.4-bookworm
1+
FROM golang:1.25.5-bookworm
22

33
ENV ROOT=/app
44
WORKDIR ${ROOT}

0 commit comments

Comments
 (0)