Skip to content

Commit c95686c

Browse files
Update docker.io/golang Docker tag to v1.25
1 parent 542d55a commit c95686c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# base installs required dependencies and runs go mod download to cache dependencies
33
#
4-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24 AS base
4+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25 AS base
55
RUN apt-get update && apt-get install -y --no-install-recommends \
66
bash \
77
build-essential \

build/scripts/ComplementPostgres.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.24 AS build
1+
FROM docker.io/golang:1.25 AS build
22

33
# Install dependencies
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)