Bump gcc from 11.2.0 to 11.3.0 (#15)

This commit is contained in:
dependabot[bot] 2022-05-01 17:24:45 +00:00 committed by GitHub
parent c374a6f597
commit f426c0f7e9
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.2.0 as builder FROM gcc:11.3.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"