Skip to content
Open
Show file tree
Hide file tree
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
@@ -1,7 +1,7 @@
ARG INTERCERT_VERSION="DEV-SNAPSHOT"

# First stage: build the executable.
FROM golang:1.13-alpine AS builder
FROM golang:1.16.6-alpine AS builder

# Create the user and group files that will be used in the running container to
# run the process as an unprivileged user.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First stage: build the executable.
FROM golang:1.13-alpine AS builder
FROM golang:1.16.6-alpine AS builder

# Create the user and group files that will be used in the running container to
# run the process as an unprivileged user.
Expand Down