Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and knoppiks committed Jan 22, 2024
1 parent 378def9 commit ecd6083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.18.4
FROM alpine:3.19.0

LABEL org.opencontainers.image.authors="Jonas Wagner <[email protected]>"

# renovate: datasource=repology depName=alpine_3_18/keepalived
# renovate: datasource=repology depName=alpine_3_19/keepalived
ENV KEEPALIVED_VERSION="2.2.8-r0"

# renovate: datasource=repology depName=alpine_3_18/curl
ENV CURL_VERSION="8.4.0-r0"
# renovate: datasource=repology depName=alpine_3_19/curl
ENV CURL_VERSION="8.5.0-r0"

RUN apk add --no-cache keepalived=${KEEPALIVED_VERSION} curl=${CURL_VERSION}

Expand Down

0 comments on commit ecd6083

Please sign in to comment.