Skip to content

Commit fb40724

Browse files
chore(deps): update all (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8899e3b commit fb40724

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.25-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.6-1758184547
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.23.0
44

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

77
require (
88
github.com/ccoveille/go-safecast v1.6.1

0 commit comments

Comments
 (0)