Skip to content

Commit

Permalink
Upgrade Dockerfile to stream9
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Apr 17, 2024
1 parent 4714785 commit c4ad04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM quay.io/centos/centos:stream8 as builder
FROM quay.io/centos/centos:stream9 as builder
ARG VERSION

RUN dnf -y update && dnf install -y 'golang < 1.21' make python3 python3-pip git
RUN dnf -y update && dnf install -y golang make python3 python3-pip git
RUN pip install wheel

ADD source.tar.gz /source
WORKDIR /source
RUN make VERSION=${VERSION}

FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
ARG VERSION

LABEL license="ASL2"
Expand Down

0 comments on commit c4ad04e

Please sign in to comment.