Skip to content

Commit

Permalink
updating the pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Dec 20, 2024
1 parent e0c151e commit e6e11da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sys/cloudformation/parameters.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{"ParameterKey": "ELBCertificateArn", "ParameterValue": ""},
{"ParameterKey": "EcrImageTagNginx", "ParameterValue": "1693596211"},
{"ParameterKey": "EcrImageTagPhp", "ParameterValue": "1693596211"},
{"ParameterKey": "EcrImageTagNginx", "ParameterValue": "1734722017"},
{"ParameterKey": "EcrImageTagPhp", "ParameterValue": "1734722017"},
{"ParameterKey": "Environment", "ParameterValue": "prod"},
{"ParameterKey": "ExecRoleArn", "ParameterValue": ""},
{"ParameterKey": "Subnets", "ParameterValue": ""},
Expand Down
2 changes: 1 addition & 1 deletion sys/docker/alpine-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM debian:12.7 as awsbuilder
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u7 && \
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u8 && \
rm -rf /var/lib/apt/lists/*

RUN curl -O "https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/$(dpkg --print-architecture)/latest/amazon-cloudwatch-agent.deb" && \
Expand Down
4 changes: 2 additions & 2 deletions sys/docker/alpine-phpfpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM debian:12.7 as awsbuilder
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u7 && \
apt-get install -y --no-install-recommends ca-certificates=20230311 curl=7.88.1-10+deb12u8 && \
rm -rf /var/lib/apt/lists/*

RUN curl -O "https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/$(dpkg --print-architecture)/latest/amazon-cloudwatch-agent.deb" && \
Expand Down Expand Up @@ -71,7 +71,7 @@ RUN apk add --no-cache --virtual .builddeps \
zip \
&& wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.7.11/pickle.phar -O /usr/local/bin/pickle \
&& chmod +x /usr/local/bin/pickle \
&& pickle install yaml@2.1.0 --defaults --no-interaction \
&& pickle install yaml@2.2.4 --defaults --no-interaction \
&& pickle install [email protected] --defaults --no-interaction \
&& ln -nfs /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini

Expand Down

0 comments on commit e6e11da

Please sign in to comment.