Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 36948c6

Browse files
renovate[bot]renovate-botchristian-kreuzberger-dtx
authored
build(deps): Update alpine Docker tag to v3.15 (#206)
* Update alpine Docker tag to v3.15 Signed-off-by: Renovate Bot <[email protected]> * Downgrade to go 1.16 in Dockerfile Signed-off-by: Christian Kreuzberger <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Christian Kreuzberger <[email protected]>
1 parent 117a503 commit 36948c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical Golang image to create a build artifact.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.17-alpine3.14 as builder
4+
FROM golang:1.16.2-alpine as builder
55
RUN apk add --no-cache gcc libc-dev git
66

77
ARG version=develop
@@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags '-linkmode=external' $BUILDFLAGS
3535

3636
# Use a Docker multi-stage build to create a lean production image.
3737
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
38-
FROM alpine:3.14
38+
FROM alpine:3.15
3939
# Install extra packages
4040
# See https://github.com/gliderlabs/docker-alpine/issues/136#issuecomment-272703023
4141

0 commit comments

Comments
 (0)