Skip to content

Commit

Permalink
Renovate Update Docker Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 9410624 commit fda5804
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:

mock-image-request-handler:
container_name: mock-image-request-handler
image: outofcoffee/imposter:4.0.3
image: outofcoffee/imposter:4.3.0
command:
- "-c"
- "/opt/imposter/config"
Expand All @@ -143,7 +143,7 @@ services:

mock-lpa-data-store:
container_name: mock-lpa-data-store
image: outofcoffee/imposter:4.0.3
image: outofcoffee/imposter:4.3.0
command:
- "-c"
- "/opt/imposter/config"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ services:

proxy:
container_name: proxy
image: traefik:3.0
image: traefik:v3.2
ports:
- "9001:9001"
- "9041:9041"
Expand Down
2 changes: 1 addition & 1 deletion lambda-functions/upload-statistics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY app ${LAMBDA_TASK_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion service-api/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Base image containing correct PHP, extensions and configuration
#
FROM php:8.1.29-fpm-alpine3.20 AS php-base
FROM php:8.4.2-fpm-alpine3.20 AS php-base

COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion service-front/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Base image containing correct PHP, extensions and configuration
#
FROM php:8.1.29-fpm-alpine3.20 AS php-base
FROM php:8.4.2-fpm-alpine3.20 AS php-base

ENV OPG_PHP_POOL_CHILDREN_MAX="25"

Expand Down
2 changes: 1 addition & 1 deletion service-front/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17-alpine
FROM node:20.18-alpine

RUN apk add --no-cache \
chromium \
Expand Down

0 comments on commit fda5804

Please sign in to comment.