Skip to content

Commit

Permalink
Merge pull request #109 from TomWright/dependabot/docker/golang-1.19.…
Browse files Browse the repository at this point in the history
…3-buster

Bump golang from 1.19.2-buster to 1.19.3-buster
  • Loading branch information
TomWright committed Nov 8, 2022
2 parents c32a3f4 + 4f223cf commit 8e60a78
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,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.19.2-buster as go
FROM golang:1.19.3-buster as go

WORKDIR /root
COPY ./ ./
Expand Down

0 comments on commit 8e60a78

Please sign in to comment.