Bump gcc from 9.3 to 10.2.0 (#2)

This commit is contained in:
dependabot[bot] 2021-01-16 07:22:45 +00:00 committed by GitHub
parent 6bd02fba06
commit b8ab9af377
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/_/alpine>
FROM gcc:9.3 as builder
# Image page: <https://hub.docker.com/_/gcc>
FROM gcc:10.2.0 as builder
# e.g.: `docker build --build-arg "VERSION=0.9.3" .`
ARG VERSION="0.9.3"