Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 in /build/liqonet
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adamjensenbot committed Dec 11, 2023
1 parent 4e57f33 commit 8e7f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/liqonet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(go env GOARCH) go build -ldflags="-s -w" ./cmd/liqonet


FROM alpine:3.18
FROM alpine:3.19

RUN apk update && \
apk add iptables ipset bash wireguard-tools tcpdump conntrack-tools curl && \
Expand Down

0 comments on commit 8e7f97f

Please sign in to comment.