From 9c9566163772c3e2285983d9b0a0a16b5b7d5cb8 Mon Sep 17 00:00:00 2001 From: Tamas Weisz Date: Fri, 17 Dec 2021 14:39:52 -0800 Subject: [PATCH] Update Base and Builder Images to Apline 3.15 (#4689) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8c75aa0c30..2b35e459282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TARGET=server ARG GOPROXY # Build tcheck binary -FROM golang:1.17-alpine3.13 AS tcheck +FROM golang:1.17-alpine3.15 AS tcheck WORKDIR /go/src/github.com/uber/tcheck @@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 make copyright cadence-cassandra-tool cadence-sql-tool cadence # Download dockerize -FROM alpine:3.11 AS dockerize +FROM alpine:3.15 AS dockerize RUN apk add --no-cache openssl