Skip to content

Commit 87af001

Browse files
authored
chore(base): upgrade to UBI9, golang 1.22.7 (#27)
1 parent 542b20f commit 87af001

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG builder_version=8.10
2-
ARG runner_version=8.10
1+
ARG builder_version=9.5
2+
ARG runner_version=9.5
33
ARG ref=master
4-
ARG goversion=1.22.6
4+
ARG goversion=1.22.9
55

6-
FROM registry.access.redhat.com/ubi8/ubi:${builder_version} AS builder
6+
FROM registry.access.redhat.com/ubi9/ubi:${builder_version} AS builder
77
ARG ref
88
ARG goversion
99
RUN dnf install -y go git make gettext \
@@ -19,7 +19,7 @@ RUN dnf install -y go git make gettext \
1919
&& popd \
2020
&& popd
2121

22-
FROM registry.access.redhat.com/ubi8/ubi-micro:${runner_version}
22+
FROM registry.access.redhat.com/ubi9/ubi-micro:${runner_version}
2323
ARG ref
2424
ARG goversion
2525
LABEL seaweedfs.version=$ref golang.version=$goversion

0 commit comments

Comments
 (0)