From 5d1c1ff91b2629e3a987c5a9b1bad541b0c418d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 09:43:27 +0000 Subject: [PATCH] Enable ipv6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d2bc10..7247e26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM docker.io/library/gcc:14.2.0 AS builder +FROM docker.io/library/gcc:15.1.0 AS builder # renovate: source=github-tags name=3proxy/3proxy ARG Z3PROXY_VERSION=0.9.5