Skip to content

Commit

Permalink
build(deps): bump golang from 1.21 to 1.21.2 in /build/liqonet
Browse files Browse the repository at this point in the history
Bumps golang from 1.21 to 1.21.2.

---
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 Oct 6, 2023
1 parent a5ef0fb commit c7bbb39
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 as goBuilder-wg
FROM golang:1.21.2 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 as goBuilder
FROM golang:1.21.2 as goBuilder
WORKDIR /tmp/builder

COPY go.mod ./go.mod
Expand Down

0 comments on commit c7bbb39

Please sign in to comment.