Docker image bump
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user