Skip to content

Commit

Permalink
chore(base): upgrade to UBI9, golang 1.22.7 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jan 8, 2025
1 parent 542b20f commit 87af001
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG builder_version=8.10
ARG runner_version=8.10
ARG builder_version=9.5
ARG runner_version=9.5
ARG ref=master
ARG goversion=1.22.6
ARG goversion=1.22.9

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

FROM registry.access.redhat.com/ubi8/ubi-micro:${runner_version}
FROM registry.access.redhat.com/ubi9/ubi-micro:${runner_version}
ARG ref
ARG goversion
LABEL seaweedfs.version=$ref golang.version=$goversion
Expand Down

0 comments on commit 87af001

Please sign in to comment.