Skip to content

Commit

Permalink
Merge pull request #21 from udx/UAT-78
Browse files Browse the repository at this point in the history
Upgrade to usabilitydynamics/udx-worker:0.12.0
  • Loading branch information
fqjony authored Feb 9, 2025
2 parents eaf3273 + a49c2d2 commit 8aa964b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Use the UDX worker as the base image
FROM usabilitydynamics/udx-worker:0.11.0
FROM usabilitydynamics/udx-worker:0.12.0

# Add metadata labels
LABEL maintainer="UDX"
LABEL version="0.8.0"
LABEL version="0.9.0"

# Arguments and Environment Variables
ARG PHP_VERSION=8.3
ARG PHP_PACKAGE_VERSION=8.3.6-0ubuntu0.24.04.3
ARG NGINX_VERSION=1.24.0-2ubuntu7.1
ARG PHP_PACKAGE_VERSION=8.3.11-0ubuntu4
ARG NGINX_VERSION=1.26.0-3ubuntu1

# Set the PHP_VERSION as an environment variable
ENV PHP_VERSION="${PHP_VERSION}"
Expand Down

0 comments on commit 8aa964b

Please sign in to comment.