Skip to content

Commit

Permalink
Update cached gcc version to 11.2.0 to be in line with aggregate/cbc.…
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jul 15, 2022
1 parent 4df6fd6 commit 9fc4262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions anaconda-pkg-build/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
# packages released on the "defaults" (repo.anaconda.com) channels.

ARG BASEVERSION=7
ARG GCC_VER=11.2.0

FROM centos:${BASEVERSION} AS base-amd64
ARG GCC_VER=7.5

FROM centos:${BASEVERSION} AS base-ppc64le
ARG GCC_VER=7.3

FROM amazonlinux:2 AS base-arm64
ARG GCC_VER=10.2

FROM clefos:${BASEVERSION} AS base-s390x
ARG GCC_VER=7.5

# hadolint ignore=DL3006
FROM base-$TARGETARCH
Expand Down

0 comments on commit 9fc4262

Please sign in to comment.