Skip to content

Commit

Permalink
Specify version in dockerfile (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyHazlehurst authored Apr 29, 2024
1 parent e5c37fa commit 4a2bd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ▄▄ ▄▄ █▀▀ █▀█ █▀▄▀█ ▄▄ ▄▄ #
# ░░ ░░ █▀░ █▀▀ █░▀░█ ░░ ░░ #

FROM ministryofjustice/wordpress-base-fpm:latest AS base-fpm
FROM ministryofjustice/wordpress-base-fpm:0.0.1 AS base-fpm

# Make the Nginx user available in this container
RUN addgroup -g 101 -S nginx; adduser -u 101 -S -D -G nginx nginx
Expand Down

0 comments on commit 4a2bd54

Please sign in to comment.