Skip to content

Commit

Permalink
updates to deprecated label and FromAsCasing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 8, 2024
1 parent f869d94 commit 3fd3ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1. set up the build environment and build the expath-package
# 2. run the eXist-db
#########################
FROM node:22 as builder
FROM node:22 AS builder

ENV ODDAPI_BUILD_HOME="/opt/oddapi-build"

Expand All @@ -23,7 +23,7 @@ FROM stadlerpeter/existdb

# For more details about the options see
# https://github.com/peterstadler/existdb-docker
LABEL maintainer="Johannes Kepper and Peter Stadler" \
LABEL org.opencontainers.image.authors="Johannes Kepper and Peter Stadler" \
org.opencontainers.image.source="https://github.com/Edirom/odd-api"
ENV EXIST_ENV="production"
ENV EXIST_CONTEXT_PATH="/"
Expand Down

0 comments on commit 3fd3ca3

Please sign in to comment.