Skip to content

Commit 1eadd24

Browse files
chore(deps): update ubuntu docker tag to v24 (#75)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc46905 commit 1eadd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build felt/tippecanoe
22
# Dockerfile from https://github.com/felt/tippecanoe/blob/main/Dockerfile
33
# add "--platform=linux/x86_64" for M1 Mac
4-
FROM ubuntu:22.04 AS tippecanoe-builder
4+
FROM ubuntu:24.04 AS tippecanoe-builder
55

66
RUN apt-get update \
77
&& apt-get -y install build-essential libsqlite3-dev zlib1g-dev git

0 commit comments

Comments
 (0)