2 Commits

Author SHA1 Message Date
dependabot[bot]
53e8111ec3 Bump library/gcc from 13.3.0 to 14.2.0 in the docker group (#69)
Bumps the docker group with 1 update: library/gcc.


Updates `library/gcc` from 13.3.0 to 14.2.0

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 14:52:36 +04:00
Pаramtamtām
821281d71f ⬆️ chore(docker): Bump 3proxy version to 0.9.5 (#70) 2025-03-10 14:50:20 +04:00

View File

@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1
FROM docker.io/library/gcc:13.3.0 AS builder
FROM docker.io/library/gcc:14.2.0 AS builder
# renovate: source=github-tags name=3proxy/3proxy
ARG Z3PROXY_VERSION=0.9.4
ARG Z3PROXY_VERSION=0.9.5
# Fetch 3proxy sources
RUN set -x \