Skip to content

Commit 38e5567

Browse files
chore(deps): update golang docker tag to v1.25.5
1 parent 495c4dc commit 38e5567

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)