Skip to content

Commit

Permalink
docker: pin build image version for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Dec 11, 2023
1 parent 297c331 commit c4bff6c
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
@@ -1,7 +1,7 @@
# vim: set ft=dockerfile:
ARG GOVERSION=1.21.5

FROM golang:${GOVERSION}-alpine AS build
FROM golang:${GOVERSION}-alpine3.18 AS build

WORKDIR /go/src/crowdsec

Expand Down

0 comments on commit c4bff6c

Please sign in to comment.