Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | ubuntu  | 22.04 | noble |
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 543d1a6 commit 2c66ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM composer:2.8.5 AS composer-base-image
FROM node:23.4.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image
FROM ubuntu:24.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies

Expand Down

0 comments on commit 2c66ae0

Please sign in to comment.