Bump gcc from 11.1.0 to 11.2.0 (#7)

This commit is contained in:
dependabot[bot] 2021-08-03 03:50:42 +00:00 committed by GitHub
parent bf160a071e
commit 659fd3d395
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.1.0 as builder FROM gcc:11.2.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"