diff --git a/Dockerfile b/Dockerfile index fe71e51..a692503 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1 as builder +FROM golang:alpine as builder COPY . /src WORKDIR /src ENV CGO_ENABLED 0 diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d5acc40..ebcb327 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -10,7 +10,7 @@ resources: type: registry-image icon: docker source: - repository: ((docker.user))/concourse-nomad-resource + repository: ((docker.user))/gitea-release-resource tag: latest username: ((docker.user)) password: ((docker.pass))