Skip to content

Commit 331b8e0

Browse files
authored
ci: golang 1.25.3 for Dockerfile (#2724)
1 parent b5021b8 commit 331b8e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.25.0 AS build
15+
FROM golang:1.25.3 AS build
1616

1717
WORKDIR /src
1818

@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build ./cmd/librarian
2727
# while in Docker. Note that for this to work, *this*
2828
# docker image should be run with
2929
# -v /var/run/docker.sock:/var/run/docker.sock
30-
FROM golang:1.25.0
30+
FROM golang:1.25.3
3131
WORKDIR /app
3232

3333
# From https://docs.docker.com/engine/install/debian/

infra/dispatcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN go mod download
2222
COPY . .
2323
RUN CGO_ENABLED=0 GOOS=linux go build ./cmd/automation
2424

25-
FROM golang:1.25.0
25+
FROM golang:1.25.3
2626

2727
WORKDIR /app
2828

internal/container/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
FROM marketplace.gcr.io/google/debian12:latest AS builder
2222

2323
# Set environment variables for tool versions for easy updates.
24-
ENV GO_VERSION=1.24.0
24+
ENV GO_VERSION=1.25.3
2525

2626
# Install build dependencies.
2727
RUN apt-get update && \

0 commit comments

Comments
 (0)