ngbs 3 سال پیش
والد
کامیت
eaed731ad9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      air-universe/Dockerfile.latest

+ 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 && \