Skip to content

Commit

Permalink
change alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
prakash100198 committed Nov 4, 2024
1 parent 5497267 commit 9cd7b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Binary Build
FROM golang:1.21-alpine3.13 AS build-env
FROM golang:1.21-alpine3.17 AS build-env
RUN echo $GOPATH
RUN apk add --no-cache git gcc musl-dev
RUN apk add --update make
Expand All @@ -14,7 +14,7 @@ ADD . /silver-surfer/
RUN GOOS=linux make

# Prod Build
FROM alpine:3.13
FROM alpine3.17
RUN apk add --no-cache ca-certificates
RUN apk update
RUN apk add git
Expand Down

0 comments on commit 9cd7b3c

Please sign in to comment.