Skip to content

Commit 11c8196

Browse files
chore(deps): bump alpine from 3.21 to 3.22 (#225)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Stark <[email protected]>
1 parent 364d817 commit 11c8196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.21 AS build
1+
FROM golang:1.24-alpine3.22 AS build
22

33
COPY . /root/sentinel-dvpnx/
44

@@ -9,7 +9,7 @@ RUN --mount=target=/go/pkg/mod,type=cache \
99
git clone --branch=master --depth=1 https://github.com/handshake-org/hnsd.git /root/hnsd && \
1010
cd /root/hnsd/ && bash autogen.sh && sh configure && make --jobs=$(nproc)
1111

12-
FROM alpine:3.21
12+
FROM alpine:3.22
1313

1414
COPY --from=build /go/bin/sentinel-dvpnx /usr/local/bin/sentinel-dvpnx
1515
COPY --from=build /root/hnsd/hnsd /usr/local/bin/hnsd

0 commit comments

Comments
 (0)