Skip to content

Commit

Permalink
Use Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 4, 2024
1 parent 65143cd commit 8e401e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/micro.docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REGISTRY="docker.io"

## BUILDER #####################################################################

FROM ${REGISTRY}/essentialkaos/golang:alpine3.18 as builder
FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 as builder

WORKDIR /go/src/github.com/essentialkaos/perfecto

Expand All @@ -14,7 +14,7 @@ RUN make deps && make all

## FINAL IMAGE #################################################################

FROM ${REGISTRY}/essentialkaos/alpine:3.18
FROM ${REGISTRY}/essentialkaos/alpine:3.20

LABEL org.opencontainers.image.title="perfecto" \
org.opencontainers.image.description="Tool for checking perfectly written RPM specs" \
Expand Down

0 comments on commit 8e401e7

Please sign in to comment.