Skip to content

Commit

Permalink
chore(deps): bump debian from 11.4-slim to 12.8-slim in /.docker
Browse files Browse the repository at this point in the history
Bumps debian from 11.4-slim to 12.8-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent 1c89ea8 commit 8879949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# node.js and npm
FROM debian:11.4-slim AS node
FROM debian:12.8-slim AS node

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN npm install \
&& npm run build

# php and composer
FROM debian:11.4-slim AS php
FROM debian:12.8-slim AS php

ENV DEBIAN_FRONTEND=noninteractive \
COMPOSER_ALLOW_SUPERUSER=1 \
Expand Down Expand Up @@ -66,7 +66,7 @@ COPY . .
RUN composer install --prefer-dist --optimize-autoloader --no-interaction

# base image for everything
FROM debian:11.4-slim AS prod
FROM debian:12.8-slim AS prod

ARG VERSION=latest

Expand Down

0 comments on commit 8879949

Please sign in to comment.