fix: Update the version on the dockerfile to use the correct version
All checks were successful
Build Docker / BuildSite (push) Successful in 2m37s

This commit is contained in:
2024-06-20 21:18:56 +10:00
parent 58fb7f7ebf
commit 897f59e1d2

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.19
FROM golang:1.21
# Set destination for COPY
WORKDIR /app