features/repo-updates #4

Merged
jtom38 merged 13 commits from features/repo-updates into main 2024-04-28 11:42:58 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 228e08fef3 - Show all commits

View File

@ -1,4 +1,4 @@
FROM golang:1.18.4 as build
FROM golang:1.22 as build
COPY . /app
WORKDIR /app