Skip to content

Commit

Permalink
Updated to Alpine:3.19
Browse files Browse the repository at this point in the history
Followed PR: Project-OSRM#376
  • Loading branch information
phofman committed Apr 14, 2024
1 parent aab6ac3 commit 427f42f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.5
FROM node:iron-alpine3.19
# iron = v20 lts

# Enables customized options using environment variables
ENV OSRM_BACKEND='http://localhost:5000'
Expand All @@ -13,7 +14,7 @@ RUN mkdir -p /src
COPY package.json /src

# Install app dependencies
RUN apk add --no-cache sed nodejs git && \
RUN apk add --no-cache sed git && \
cd /src && \
npm install

Expand Down

0 comments on commit 427f42f

Please sign in to comment.