Skip to content
Snippets Groups Projects
Unverified Commit 04fb0876 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump golang from 1.16.2 to 1.16.3 (#249)


Bumps golang from 1.16.2 to 1.16.3.

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 8efdc51e
No related branches found
No related tags found
No related merge requests found
FROM golang:1.16.2 AS builder
FROM golang:1.16.3 AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT
......@@ -13,7 +13,7 @@ RUN go build ./cmd/rekor-server
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -o rekor-server_debug ./cmd/rekor-server
# Multi-Stage production build
FROM golang:1.16.2 as deploy
FROM golang:1.16.3 as deploy
# Retrieve the binary from the previous stage
COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment