Skip to content

Commit

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

Bump golang from 1.20 to 1.21 in /docker/pw_ws_broker
  • Loading branch information
bluntelk authored Oct 15, 2023
2 parents 7b01595 + 582edc7 commit 62ea591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pw_ws_broker/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 62ea591

Please sign in to comment.