Skip to content

Commit d38b3b9

Browse files
chore(deps): update all
1 parent 0d7acaa commit d38b3b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ USER 1001
6262
RUN VERSION=${VERSION} GOTAGS="-tags libpostal" make build-server
6363

6464
# Stage 4: Final stage
65-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
65+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
6666
ARG VERSION=unknown
6767
LABEL maintainer="Moov <[email protected]>"
6868
LABEL name="watchman"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
# Containers used for testing
66
mysql:
7-
image: mysql:9.4.0
7+
image: mysql:9.5.0
88
restart: always
99
ports:
1010
- "3306:3306"

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/watchman
22

33
go 1.24.0
44

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

77
require (
88
fyne.io/fyne/v2 v2.7.0

0 commit comments

Comments
 (0)