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:
Nathan Woodburn 2024-06-20 21:18:56 +10:00
parent 58fb7f7ebf
commit 897f59e1d2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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