Update base Docker images

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2022-07-08 13:49:05 +02:00
parent 576fc94517
commit 81a7251081
No known key found for this signature in database
GPG key ID: 82B29BF2507F9F8B
3 changed files with 5 additions and 3 deletions

View file

@ -5,6 +5,8 @@
### 👻 Maintenance
- Remove `fvbock/endless` dependency
- Require Golang 1.18 for builds
- Update base Docker images
## v0.2.1

View file

@ -1,7 +1,7 @@
###################################
# Build stages
###################################
FROM golang:1.18-alpine3.15 AS build-go
FROM golang:1.18-alpine3.16@sha256:7cc62574fcf9c5fb87ad42a9789d5539a6a085971d58ee75dd2ee146cb8a8695 AS build-go
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
@ -17,7 +17,7 @@ RUN go build ./cmd/gitea-sonarqube-bot
###################################
# Production image
###################################
FROM alpine:3.15
FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
LABEL maintainer="justusbunsi <sk.bunsenbrenner@gmail.com>"
RUN apk update \

View file

@ -1,4 +1,4 @@
FROM golang:1.18-alpine3.15
FROM golang:1.18-alpine3.16@sha256:7cc62574fcf9c5fb87ad42a9789d5539a6a085971d58ee75dd2ee146cb8a8695
RUN apk --no-cache add build-base git bash curl openssl npm