This commit is contained in:
talksik
2023-10-01 15:10:37 -07:00
parent a3df340a65
commit ef3da59f58
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine AS builder
FROM golang:1.21-alpine AS builder
COPY / /app
WORKDIR /app/cmd