Supercellat124578 commited on
Commit
f655ad5
·
1 Parent(s): 84edfcf

fix: Switch to ghcr.io OSRM base image to resolve EOL Debian apt-get errors

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN npm ci --include=dev
6
  COPY backend/ ./
7
  RUN npm run build && ls -la dist/
8
 
9
- FROM osrm/osrm-backend:latest AS runtime
10
 
11
  ENV DEBIAN_FRONTEND=noninteractive
12
  ENV TZ=UTC
 
6
  COPY backend/ ./
7
  RUN npm run build && ls -la dist/
8
 
9
+ FROM ghcr.io/project-osrm/osrm-backend:latest AS runtime
10
 
11
  ENV DEBIAN_FRONTEND=noninteractive
12
  ENV TZ=UTC