Skip to content

Commit

Permalink
Update Base and Builder Images to Apline 3.15 (cadence-workflow#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
WToma authored Dec 17, 2021
1 parent 37a6cfd commit 9c95661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9c95661

Please sign in to comment.