Pārlūkot izejas kodu

Replace Dockerfile with Containerfile

at-2021
JustAnotherArchivist pirms 2 mēnešiem
vecāks
revīzija
07fec42a1c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Containerfile

Dockerfile → Containerfile Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt