Bump golang to 1.18

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2022-05-14 01:42:42 +02:00
parent ffc2086b38
commit 1f6fe0d4bc
No known key found for this signature in database
GPG key ID: 82B29BF2507F9F8B
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
###################################
# Build stages
###################################
FROM golang:1.17-alpine3.14 AS build-go
FROM golang:1.18-alpine3.15 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.14
FROM alpine:3.15
LABEL maintainer="justusbunsi <sk.bunsenbrenner@gmail.com>"
RUN apk update \

View file

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