Switch out debian for alpine

This commit is contained in:
Alexis Vanier
2020-01-11 01:55:36 -05:00
parent ebbf79ce68
commit 3c22dd9893
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.hub.docker.com/library/golang:1.13.6-buster AS BUILD FROM registry.hub.docker.com/library/golang:1.13.6-alpine AS BUILD
ADD . /app ADD . /app
@@ -6,6 +6,6 @@ RUN set -o errexit; \
cd /app || exit 1; \ cd /app || exit 1; \
go build go build
FROM registry.hub.docker.com/library/golang:1.13.6-buster FROM registry.hub.docker.com/library/alpine:3.11.2
COPY --from=BUILD /app/gitea-resource /usr/local/bin/gitea-resource COPY --from=BUILD /app/gitea-resource /usr/local/bin/gitea-resource

View File

@@ -1 +1 @@
0.1.0 0.2.0