Bump gcc from 11.3.0 to 12.1.0 (#18)

This commit is contained in:
dependabot[bot] 2022-06-01 17:03:56 +00:00 committed by GitHub
parent 541fac5147
commit 66c11e684a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Image page: <https://hub.docker.com/_/gcc> # Image page: <https://hub.docker.com/_/gcc>
FROM gcc:11.3.0 as builder FROM gcc:12.1.0 as builder
# e.g.: `docker build --build-arg "VERSION=0.9.4" .` # e.g.: `docker build --build-arg "VERSION=0.9.4" .`
ARG VERSION="0.9.4" ARG VERSION="0.9.4"