Bump gcc from 10.2.0 to 10.3.0 (#4)

Bumps gcc from 10.2.0 to 10.3.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-12 19:23:30 +05:00 committed by GitHub
parent e53ceaa3e3
commit edc91855c5
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:10.2.0 as builder FROM gcc:10.3.0 as builder
# e.g.: `docker build --build-arg "VERSION=0.9.3" .` # e.g.: `docker build --build-arg "VERSION=0.9.3" .`
ARG VERSION="0.9.3" ARG VERSION="0.9.3"