Skip to content

Commit

Permalink
fix(build): use golang 1.21 and up to date alpine image in dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Aug 29, 2023
1 parent b69f417 commit 39fcf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.21 as builder
WORKDIR /tmp/builder

ARG RELEASE
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 \

RUN echo ${RELEASE}

FROM alpine:3.16.3
FROM alpine:3.18.3

RUN rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 39fcf05

Please sign in to comment.