no gcc and stuff

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