Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

[Snyk] Security upgrade golang from 1.14.12-alpine to 1.16.10-alpine #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker build --build-arg COMMIT_SHA=$COMMIT_SHA -t gcr.io/celo-testnet/rosetta-cusd:$COMMIT_SHA .
# docker push gcr.io/celo-testnet/rosetta-cusd:$COMMIT_SHA

FROM golang:1.14.12-alpine as builder
FROM golang:1.16.10-alpine as builder
WORKDIR /app
RUN apk add --no-cache make gcc musl-dev linux-headers git

Expand Down