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.24 -alpine as builder
2
2
WORKDIR /go/src/github.com/moov-io/metro2
3
3
RUN apk add -U git make
4
4
RUN adduser -D -g '' --shell /bin/false moov
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COPY ./test ./test
8
8
COPY makefile makefile
9
9
RUN make build
10
10
11
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
11
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
12
12
ARG VERSION=unknown
13
13
LABEL maintainer="Moov <
[email protected] >"
14
14
LABEL name="metro2"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/moov-io/metro2
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.0
6
6
7
7
require (
8
8
github.com/gorilla/mux v1.8.1
You can’t perform that action at this time.
0 commit comments