Skip to content

Commit

Permalink
Upgrade Golang base image to 1.18 to remediate CVEs (uber#5035)
Browse files Browse the repository at this point in the history
Co-authored-by: David Porter <david.porter@uber.com>
  • Loading branch information
sonpham96 and davidporter-id-au committed Mar 17, 2023
1 parent 1519ace commit f1e2476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGET=server
ARG GOPROXY

# Build Cadence binaries
FROM golang:1.17.13-alpine3.15 AS builder
FROM golang:1.18.8-alpine3.15 AS builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit f1e2476

Please sign in to comment.