Fix dockerfile (#13)

This commit is contained in:
Hermito 2024-06-23 12:19:53 +11:00 committed by GitHub
parent 3e0541ab60
commit 9c0ba148ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.18 AS build FROM golang:1.22 AS build
WORKDIR /app WORKDIR /app