1 Commits
0.1.0 ... 0.2.0

Author SHA1 Message Date
Alexis Vanier
3c22dd9893 Switch out debian for alpine 2020-01-11 01:55:36 -05:00
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
@@ -6,6 +6,6 @@ RUN set -o errexit; \
cd /app || exit 1; \
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

View File

@@ -1 +1 @@
0.1.0
0.2.0