Skip to content

Commit

Permalink
Update composer Docker tag to v2.7.1
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| docker     | composer | 2.6.6 | 2.7.1 |
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 18137b1 commit 0b8704b
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
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.6

FROM composer:2.6.6 AS composer-base-image
FROM composer:2.7.1 AS composer-base-image
FROM node:21.6.2 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

Expand Down

0 comments on commit 0b8704b

Please sign in to comment.