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 @@ -62,7 +62,7 @@ USER 1001
6262RUN 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
6666ARG VERSION=unknown
6767LABEL maintainer="Moov <
[email protected] >"
6868LABEL name="watchman"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/moov-io/watchman
22
33go 1.24.0
44
5- toolchain go1.25.1
5+ toolchain go1.25.4
66
77require (
88 fyne.io/fyne/v2 v2.7.0
You can’t perform that action at this time.
0 commit comments