Skip to content

Commit

Permalink
Merge pull request #2 from cmahnke/dependabot/docker/deploy/docker/da…
Browse files Browse the repository at this point in the history
…ta/docker-45c93d57be

Bump alpine from 3.19 to 3.20 in /deploy/docker/data in the docker group
  • Loading branch information
cmahnke authored Jun 23, 2024
2 parents f3e6046 + 2c9261e commit 5d1a1d1
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.19 as builder
FROM alpine:3.20 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.19
FROM alpine:3.20

ENV DATA_DIR=/data

Expand Down

0 comments on commit 5d1a1d1

Please sign in to comment.