Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 in /deploy/docker/data in the docker group
Browse files Browse the repository at this point in the history
Bumps the docker group in /deploy/docker/data with 1 update: alpine.


Updates `alpine` from 3.20 to 3.21

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 5d1a1d1 commit 5fb4add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ${PLANATILER_IMAGE} AS planetiler
FROM ghcr.io/cmahnke/map-tools/osmium:latest AS osmium
FROM ghcr.io/cmahnke/map-tools/osmctools:latest AS osmctools

FROM alpine:3.20 as builder
FROM alpine:3.21 as builder

ARG COVERAGE=central-europe.json
#tile_compression=gzip (the tile compression, one of [none, gzip])
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN --mount=target=/mnt/build-context \

# Restart from an empty image to get rid of layers
#FROM scratch
FROM alpine:3.20
FROM alpine:3.21

ENV DATA_DIR=/data

Expand Down

0 comments on commit 5fb4add

Please sign in to comment.