File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.20 AS builder
1+ FROM golang:1.24 AS builder
22
33# Install FPM
44RUN apt-get update \
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.20 -alpine AS builder
1+ FROM --platform=$BUILDPLATFORM golang:1.24 -alpine AS builder
22
33# Install packages
44RUN apk add --no-cache git bash gcc musl-dev make linux-headers
Original file line number Diff line number Diff line change 1- FROM golang:1.20 -alpine
1+ FROM golang:1.24 -alpine
22
33RUN apk add --no-cache bash gcc musl-dev make linux-headers iptables ipset ca-certificates openvpn bash sudo openresolv
Original file line number Diff line number Diff line change 1- FROM golang:1.20 -alpine
1+ FROM golang:1.24 -alpine
22
33RUN apk add --no-cache bash gcc musl-dev make linux-headers iptables ipset ca-certificates openvpn bash sudo openresolv
Original file line number Diff line number Diff line change 1- FROM golang:1.20 -alpine
1+ FROM golang:1.24 -alpine
22
33# Install packages
44RUN apk add --no-cache iptables ipset ca-certificates openvpn wireguard-tools bash sudo openresolv gcc musl-dev make linux-headers vim curl tcpdump
You can’t perform that action at this time.
0 commit comments