Skip to content

Commit

Permalink
Bump gcc from 13.2.0 to 14.1.0 in the docker group
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: gcc.


Updates `gcc` from 13.2.0 to 14.1.0

---
updated-dependencies:
- dependency-name: gcc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 2a4024d commit 852f305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image page: <https://hub.docker.com/_/gcc>
FROM gcc:13.2.0 as builder
FROM gcc:14.1.0 as builder

# renovate: source=github-tags name=z3APA3A/3proxy
ARG Z3PROXY_VERSION=0.9.4
Expand Down

0 comments on commit 852f305

Please sign in to comment.