Use the same version for building and running

This commit makes sure to use the same version for building step-ca with
CGO and running it.

Fixes #1611
pull/1616/head
Mariano Cano 6 months ago
parent 1697dc63a7
commit 875512c79e
No known key found for this signature in database

@ -1,4 +1,4 @@
FROM golang AS builder
FROM golang:bullseye AS builder
WORKDIR /src
COPY . .

Loading…
Cancel
Save