1
0
ngbs 3 жил өмнө
parent
commit
eaed731ad9

+ 1 - 1
air-universe/Dockerfile.latest

@@ -1,5 +1,5 @@
 # syntax=docker/dockerfile:1
-FROM golang:alpine AS builder
+FROM golang:1.18.1-alpine AS builder
 WORKDIR /go/src
 ENV CGO_ENABLED=0
 RUN apk --no-cache add git && \