Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
fix: rebase conflicts for multistage dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2023
1 parent cb23f63 commit 4291222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker/underpass-api.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9
ARG PYTHON_TAG=${PYTHON_TAG:-3.10}


FROM docker.io/python:${PYTHON_TAG}-slim-bookworm as base
ARG APP_VERSION
Expand Down
3 changes: 1 addition & 2 deletions docker/underpass-ui.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:alpine
ARG NODE_TAG=${NODE_TAG:-18}

LABEL maintainer="Humanitarian OpenStreetMap Team" Description="This image provides the Underpass UI playground" Vendor="HOT" Version="dev"

FROM docker.io/node:${NODE_TAG}-bookworm-slim as base
ARG APP_VERSION
Expand Down
2 changes: 0 additions & 2 deletions docker/underpass.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM ubuntu:latest

FROM docker.io/debian:bookworm-slim as base
ARG APP_VERSION
ARG COMMIT_REF
Expand Down

0 comments on commit 4291222

Please sign in to comment.