Skip to content

Merge release 1.41.0 into 2.0.x #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b888390
Lock file maintenance
renovate[bot] Aug 5, 2024
9d5fa47
Lock file maintenance
renovate[bot] Aug 19, 2024
d21de90
Update composer Docker tag to v2.7.8
renovate[bot] Aug 23, 2024
9145566
Lock file maintenance
renovate[bot] Aug 26, 2024
2364e17
Lock file maintenance
renovate[bot] Sep 2, 2024
1a5990b
Update all non-major dependencies
renovate[bot] Sep 6, 2024
d620290
Lock file maintenance
renovate[bot] Sep 9, 2024
e921a85
Lock file maintenance
renovate[bot] Sep 16, 2024
9fdebed
Lock file maintenance
renovate[bot] Sep 23, 2024
89eba26
feature: handle PDO driver extensions
boesing Sep 26, 2024
329c927
refactor: use suggested shellcheck solution to prevent implicit conca…
boesing Sep 26, 2024
6ca6c8b
Lock file maintenance
renovate[bot] Sep 30, 2024
6e5c7ea
Update composer Docker tag to v2.8.0
renovate[bot] Oct 3, 2024
b159e9e
Lock file maintenance
renovate[bot] Oct 7, 2024
9dee5a1
Update composer Docker tag to v2.8.1
renovate[bot] Oct 8, 2024
62e52c9
Lock file maintenance
renovate[bot] Oct 14, 2024
0b509c1
Lock file maintenance
renovate[bot] Oct 28, 2024
8ca6bc4
Update composer Docker tag to v2.8.2
renovate[bot] Oct 30, 2024
64ad13c
Lock file maintenance
renovate[bot] Nov 4, 2024
1a38db9
Update dependency markdownlint-cli2 to v0.15.0 (#263)
renovate[bot] Nov 11, 2024
4d2d20f
Lock file maintenance (#264)
renovate[bot] Nov 12, 2024
e28337c
Lock file maintenance (#265)
renovate[bot] Nov 19, 2024
e0e38b9
Update composer Docker tag to v2.8.3 (#266)
renovate[bot] Nov 20, 2024
e0e639f
Lock file maintenance (#267)
renovate[bot] Nov 26, 2024
cc6ba8c
Lock file maintenance (#268)
renovate[bot] Dec 3, 2024
18752c1
Lock file maintenance (#269)
renovate[bot] Dec 10, 2024
1d874ee
Update dependency markdownlint-cli2 to v0.16.0 (#270)
renovate[bot] Dec 11, 2024
c608e07
Update composer Docker tag to v2.8.4 (#271)
renovate[bot] Dec 14, 2024
9f34154
Lock file maintenance (#272)
renovate[bot] Dec 17, 2024
7a558e2
Lock file maintenance (#273)
renovate[bot] Dec 24, 2024
a077194
Update dependency markdownlint-cli2 to v0.17.0 (#274)
renovate[bot] Dec 27, 2024
7c46aa4
Lock file maintenance (#275)
renovate[bot] Dec 31, 2024
9c69633
Update dependency markdownlint-cli2 to v0.17.1 (#276)
renovate[bot] Jan 6, 2025
6025b4d
Lock file maintenance (#277)
renovate[bot] Jan 7, 2025
65fb9c4
Lock file maintenance (#278)
renovate[bot] Jan 14, 2025
bc5d305
Update dependency markdownlint-cli2 to v0.17.2 (#279)
renovate[bot] Jan 19, 2025
742ddef
Lock file maintenance (#280)
renovate[bot] Jan 21, 2025
93badb5
Update composer Docker tag to v2.8.5 (#281)
renovate[bot] Jan 23, 2025
9bd1c14
Lock file maintenance (#282)
renovate[bot] Jan 28, 2025
ff2b3dd
Merge pull request #253 from boesing/feature/pdo-extension-driver
Ocramius Feb 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_MAJOR=20

# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
FROM ubuntu:22.04 AS base-distro
FROM composer:2.7.7 AS composer
FROM composer:2.8.5 AS composer

FROM base-distro AS install-markdownlint
ARG NODE_MAJOR
Expand Down
Loading
Loading