Compare commits

...

1 Commits

Author SHA1 Message Date
httpjamesm 7e4ae9aecf fix: upgrade to 1.22.1-alpine3.19 2024-03-28 20:16:27 -04:00
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as build
FROM golang:1.22.1-alpine3.19 as build
WORKDIR /app