File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.23 -alpine as builder
1+ FROM golang:1.25 -alpine as builder
22WORKDIR /go/src/github.com/moov-io/metro2
33RUN apk add -U git make
44RUN adduser -D -g '' --shell /bin/false moov
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COPY ./test ./test
88COPY makefile makefile
99RUN make build
1010
11- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
11+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
1212ARG VERSION=unknown
1313LABEL maintainer="Moov <
[email protected] >"
1414LABEL name="metro2"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/moov-io/metro2
22
33go 1.23.0
44
5- toolchain go1.23.6
5+ toolchain go1.25.1
66
77require (
88 github.com/ccoveille/go-safecast v1.6.1
You can’t perform that action at this time.
0 commit comments