This commit is contained in:
Chris Ainsworth-Patrick
2023-08-21 12:20:35 +01:00
parent 788e58e2d9
commit db72a473db
4 changed files with 277 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS build
FROM golang:1.21-alpine AS build
RUN apk --no-cache add git openssh-client