Skip to content

Commit

Permalink
Merge branch 'main' into arch-support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom authored Jun 25, 2024
2 parents 8f6900c + 9fcc899 commit 8463370
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 --platform=$BUILDPLATFORM golang:1.20-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS builder

RUN apk --no-cache add make

Expand All @@ -11,7 +11,7 @@ ARG TARGETOS TARGETARCH
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o ./bin/version-checker ./cmd/.


FROM alpine:3.19.1
FROM alpine:3.20.1
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."

RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 8463370

Please sign in to comment.