Skip to content

Commit

Permalink
Merge pull request #2 from rogerrum/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.19
  • Loading branch information
rogerrum committed Nov 28, 2022
2 parents 93db1f6 + a4e3973 commit be07a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-buster AS easy-novnc-build
FROM golang:1.19-buster AS easy-novnc-build
WORKDIR /src
RUN go mod init build && \
go get github.com/geek1011/[email protected] && \
Expand Down

0 comments on commit be07a1f

Please sign in to comment.