Skip to content

Commit

Permalink
Merge pull request #1539 from ekino/node-debian
Browse files Browse the repository at this point in the history
Node: upgrading to debian 12
  • Loading branch information
axelpavageau authored Dec 24, 2024
2 parents c709f94 + 93baabf commit a9d3de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Versions
* Chrome: using the latest versions of Taskfile and Modd
* DIND: automatically use the latest version of included tools.
* Golang: automatically use the latest version of included tools.
* Node: using the latest versions of Taskfile and Modd
* Node: using the latest versions of Taskfile and Modd. Upgrading to Debian 12.
* PHP: using the latest versions of Taskfile and Modd

2024-11-30
Expand Down
2 changes: 1 addition & 1 deletion node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.11-slim AS base
FROM debian:12.8-slim AS base
LABEL maintainer="[email protected]"
ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
Expand Down

0 comments on commit a9d3de4

Please sign in to comment.