Skip to content

Commit

Permalink
Merge pull request #215 from plane-watch/dependabot/docker/docker/pw_…
Browse files Browse the repository at this point in the history
…router/golang-1.21

Bump golang from 1.20 to 1.21 in /docker/pw_router
  • Loading branch information
bluntelk authored Oct 15, 2023
2 parents 5c47255 + 152225a commit 7b01595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pw_router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS build
FROM golang:1.21 AS build

# Set necessary environmet variables needed for our image
ENV GO111MODULE=on \
Expand Down

0 comments on commit 7b01595

Please sign in to comment.