File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1717WORKDIR /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
3131WORKDIR /app
3232
3333# From https://docs.docker.com/engine/install/debian/
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN go mod download
2222COPY . .
2323RUN CGO_ENABLED=0 GOOS=linux go build ./cmd/automation
2424
25- FROM golang:1.25.0
25+ FROM golang:1.25.3
2626
2727WORKDIR /app
2828
Original file line number Diff line number Diff line change 2121FROM 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.
2727RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments