Skip to content

Commit

Permalink
bumped roadrunner 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
litan1106 committed Jul 18, 2021
1 parent 7f28375 commit 8e1112f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php-devcontainer/Dockerfile
@@ -1,7 +1,7 @@
# ----------------------------------------------- Build Time Arguments ---------------------------------------------
ARG VARIANT="8.0-fpm"
ARG COMPOSER_VERSION="2.0"
ARG ROADRUNNER_VERSION="2.3.2"
ARG ROADRUNNER_VERSION="2.3.3"

# ------------------------------------------------- Composer Image -------------------------------------------------
FROM composer:${COMPOSER_VERSION} as composer
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
@@ -1,7 +1,7 @@
# ----------------------------------------------- Build Time Arguments ---------------------------------------------
ARG VARIANT="8.0-fpm-alpine3.13"
ARG COMPOSER_VERSION="2.0"
ARG ROADRUNNER_VERSION="2.3.2"
ARG ROADRUNNER_VERSION="2.3.3"

# ------------------------------------------------- Composer Image -------------------------------------------------
FROM composer:${COMPOSER_VERSION} as composer
Expand Down

0 comments on commit 8e1112f

Please sign in to comment.