Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 865f228

Browse files
Bump golang from 1.24 to 1.25 in the all-docker group
Bumps the all-docker group with 1 update: golang. Updates `golang` from 1.24 to 1.25 --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b140302 commit 865f228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_IMAGE_REF=ubuntu:24.04
22
ARG STELLAR_CLI_IMAGE_REF=stellar/system-test-soroban-cli:dev
33

4-
FROM golang:1.24 AS go
4+
FROM golang:1.25 AS go
55

66
SHELL ["/bin/bash", "-c"]
77
RUN ["mkdir", "-p", "/test"]

0 commit comments

Comments
 (0)