Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 9, 2024
1 parent 23caaa2 commit 3c712d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3-apache
MAINTAINER Christoph Kappestein <christoph.kappestein@apioo.de>
LABEL version="5.1.5"
LABEL version="5.1.6"
LABEL description="Fusio API management"

# env
Expand All @@ -25,11 +25,11 @@ ENV FUSIO_WORKER_JAVASCRIPT=""
ENV FUSIO_WORKER_PHP=""
ENV FUSIO_WORKER_PYTHON=""

ARG FUSIO_VERSION="5.1.5"
ARG FUSIO_APP_BACKEND="5.1.2"
ARG FUSIO_APP_DEVELOPER="5.0.2"
ARG FUSIO_APP_ACCOUNT="1.0.2"
ARG FUSIO_APP_REDOC="1.0.1"
ARG FUSIO_VERSION="5.1.6"
ARG FUSIO_APP_BACKEND="5.1.4"
ARG FUSIO_APP_DEVELOPER="5.1.0"
ARG FUSIO_APP_ACCOUNT="1.0.4"
ARG FUSIO_APP_REDOC="1.0.2"

ARG COMPOSER_VERSION="2.7.5"
ARG COMPOSER_SHA256="0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77"
Expand Down

0 comments on commit 3c712d1

Please sign in to comment.