Merge pull request #75 from TomWright/dependabot/docker/golang-1.18.3-buster

Bump golang from 1.18.0-buster to 1.18.3-buster
This commit is contained in:
Tom Wright
2022-06-21 21:43:26 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.18.0-buster as go
FROM golang:1.18.3-buster as go
WORKDIR /root
COPY ./ ./