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

View File

@@ -1,5 +1,5 @@
# 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" .`
ARG VERSION="0.9.4"