Skip to content

Commit

Permalink
Merge pull request #48 from tarampampam/dependabot/docker/docker-45c9…
Browse files Browse the repository at this point in the history
…3d57be

Bump alpine from 3.19 to 3.20 in the docker group
  • Loading branch information
github-actions[bot] authored Jun 1, 2024
2 parents e990d47 + f25192e commit 36305ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# e.g.: `docker build --rm --build-arg "BASE_IMAGE=alpine:latest" -f ./Dockerfile .`
ARG BASE_IMAGE="scratch"

FROM alpine:3.19 as builder
FROM alpine:3.20 as builder

# renovate: source=github-tags name=curl/curl versioning=regex:^(?:curl-)?(?<major>\d+)_(?<minor>\d+)_(?<patch>\d+)$ extractVersion=^(?:curl-)?(?<version>[\d_]+)$
ENV CURL_VERSION="8_8_0"
Expand Down

0 comments on commit 36305ce

Please sign in to comment.