Skip to content

Commit 238b875

Browse files
authored
Merge pull request #6111 from mysteriumnetwork/fix-golang-version
Fix golang version in docker builders
2 parents 1bd2a41 + e6b3ad5 commit 238b875

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bin/builder_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 AS builder
1+
FROM golang:1.24 AS builder
22

33
# Install FPM
44
RUN apt-get update \

bin/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
22

33
# Install packages
44
RUN apk add --no-cache git bash gcc musl-dev make linux-headers

e2e/gorunner-shaper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM golang:1.20-alpine
1+
FROM golang:1.24-alpine
22

33
RUN apk add --no-cache bash gcc musl-dev make linux-headers iptables ipset ca-certificates openvpn bash sudo openresolv

e2e/gorunner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM golang:1.20-alpine
1+
FROM golang:1.24-alpine
22

33
RUN apk add --no-cache bash gcc musl-dev make linux-headers iptables ipset ca-certificates openvpn bash sudo openresolv

localnet/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20-alpine
1+
FROM golang:1.24-alpine
22

33
# Install packages
44
RUN apk add --no-cache iptables ipset ca-certificates openvpn wireguard-tools bash sudo openresolv gcc musl-dev make linux-headers vim curl tcpdump

0 commit comments

Comments
 (0)