Bump some versions

This commit is contained in:
Tom Wright
2023-08-29 17:51:39 +01:00
parent c4e03f7d41
commit f29815757f
7 changed files with 732 additions and 171 deletions

View File

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