Skip to content

Commit

Permalink
Bump golang from 1.21.3 to 1.21.4 in /build/liqonet
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.3 to 1.21.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adamjensenbot committed Nov 9, 2023
1 parent 0951d67 commit be0994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/liqonet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3 as goBuilder-wg
FROM golang:1.21.4 as goBuilder-wg

ARG VERSION=0.0.20230223

Expand All @@ -8,7 +8,7 @@ RUN git clone -b ${VERSION} https://git.zx2c4.com/wireguard-go
WORKDIR /go/wireguard-go
RUN CGO_ENABLED=0 make

FROM golang:1.21.3 as goBuilder
FROM golang:1.21.4 as goBuilder
WORKDIR /tmp/builder

COPY go.mod ./go.mod
Expand Down

0 comments on commit be0994f

Please sign in to comment.