Skip to content

Commit

Permalink
fix: resolved base image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Apr 5, 2024
1 parent 9c73fc5 commit 62b71b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/ops/docker/app/app.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-alpine3.19 AS base
FROM php:8.3-fpm-alpine3.19 AS base

RUN apk add --update linux-headers zlib-dev libpng-dev libzip-dev icu-dev $PHPIZE_DEPS
RUN apk add git
Expand Down
2 changes: 1 addition & 1 deletion resources/ops/docker/nginx/nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine AS base
FROM php:8.3-fpm-alpine3.19 AS base

RUN apk add --update linux-headers zlib-dev libpng-dev libzip-dev icu-dev $PHPIZE_DEPS
RUN apk add git
Expand Down

0 comments on commit 62b71b0

Please sign in to comment.