Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
  • Loading branch information
navilg committed Nov 2, 2024
1 parent d48b2d0 commit 116f273
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,4 +1,4 @@
FROM golang:1.20.3-alpine3.17 as build
FROM golang:1.23.2-alpine3.20 as build
ARG OS
ARG ARCH
WORKDIR /build
Expand All @@ -7,7 +7,7 @@ RUN apk add git
RUN go mod download && \
CGO_ENABLED=0 go build -o k8senv

FROM alpine:3.17
FROM alpine:3.20
ARG VERSION
ARG user=k8senv
ARG group=k8senv
Expand Down

0 comments on commit 116f273

Please sign in to comment.