浏览代码

Replace Dockerfile with Containerfile

at-2021
JustAnotherArchivist 2 个月前
父节点
当前提交
07fec42a1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Containerfile

Dockerfile → Containerfile 查看文件

@@ -1,6 +1,6 @@
# Default to Go 1.13
ARG GO_VERSION=1.13
FROM golang:${GO_VERSION}-alpine as build
FROM docker.io/library/golang:${GO_VERSION}-alpine as build

# Necessary to run 'go get' and to compile the linked binary
RUN apk add git musl-dev

正在加载...
取消
保存