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

Commit

Permalink
Merge pull request #380 from wunderio/feature/silta-images-update
Browse files Browse the repository at this point in the history
Silta container base image migration to Docker Hub
  • Loading branch information
Jancis committed Oct 17, 2022
2 parents 0738ff8 + 9fca26f commit 0e2d114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drupal/silta/nginx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for building nginx.
FROM wunderio/drupal-nginx:v0.1
FROM wunderio/silta-nginx:v0.1

COPY . /app/web

2 changes: 1 addition & 1 deletion drupal/silta/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for the Drupal container.
FROM wunderio/drupal-php-fpm:v0.1
FROM wunderio/silta-php-fpm:v0.1

COPY --chown=www-data:www-data . /app

2 changes: 1 addition & 1 deletion drupal/silta/shell.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile for the Drupal container.
FROM wunderio/drupal-shell:v0.1
FROM wunderio/silta-php-shell:v0.1

COPY --chown=www-data:www-data . /app

0 comments on commit 0e2d114

Please sign in to comment.