We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364d817 commit 11c8196Copy full SHA for 11c8196
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine3.21 AS build
+FROM golang:1.24-alpine3.22 AS build
2
3
COPY . /root/sentinel-dvpnx/
4
@@ -9,7 +9,7 @@ RUN --mount=target=/go/pkg/mod,type=cache \
9
git clone --branch=master --depth=1 https://github.com/handshake-org/hnsd.git /root/hnsd && \
10
cd /root/hnsd/ && bash autogen.sh && sh configure && make --jobs=$(nproc)
11
12
-FROM alpine:3.21
+FROM alpine:3.22
13
14
COPY --from=build /go/bin/sentinel-dvpnx /usr/local/bin/sentinel-dvpnx
15
COPY --from=build /root/hnsd/hnsd /usr/local/bin/hnsd
0 commit comments