From 3c22dd9893419a3fe9689fc163dbf8bc634a33c2 Mon Sep 17 00:00:00 2001 From: Alexis Vanier Date: Sat, 11 Jan 2020 01:55:36 -0500 Subject: [PATCH] Switch out debian for alpine --- Dockerfile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8b5002..1c1ec2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/VERSION b/VERSION index 6e8bf73..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0