Docker image bump

This commit is contained in:
2023-02-24 20:50:01 +01:00
parent fa1c796f3c
commit 40ac5580fa
2 changed files with 1 additions and 36 deletions

View File

@@ -1,8 +1,6 @@
# === BUILD STAGE === #
FROM golang:1.12-alpine as build
ARG ACCESS_TOKEN
RUN apk add --no-cache git
WORKDIR /srv/app
@@ -16,7 +14,7 @@ RUN go test -v ./...
RUN go build -ldflags="-w -s" -o build
# === RUN STAGE === #
FROM alpine as run
FROM registry.odit.services/hub/library/alpine:3.16 as run
RUN apk update \
&& apk upgrade \