Skip to content

Commit 6189eb5

Browse files
chore(deps): update all
1 parent 8d61f76 commit 6189eb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine as builder
1+
FROM golang:1.24-alpine as builder
22
WORKDIR /go/src/github.com/moov-io/metro2
33
RUN apk add -U git make
44
RUN adduser -D -g '' --shell /bin/false moov

Dockerfile-openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY ./test ./test
88
COPY makefile makefile
99
RUN 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.5-1739420147
1212
ARG VERSION=unknown
1313
LABEL maintainer="Moov <[email protected]>"
1414
LABEL name="metro2"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/moov-io/metro2
22

33
go 1.22.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.0
66

77
require (
88
github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)