Skip to content

Commit

Permalink
use dockerhub alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
CWRahien committed Jul 24, 2024
1 parent 441fd1a commit 8580023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/8.3/fpm-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/php:8.3-fpm-alpine3.20
FROM php:8.3-fpm-alpine3.20

# hadolint ignore=DL3018
RUN apk update && \
Expand Down

0 comments on commit 8580023

Please sign in to comment.