Skip to content

Commit 0e2844e

Browse files
authored
Merge pull request #58 from frontlinersnl/fix/docker-compose-update
Update docker compose to 2.35.1
2 parents ed796a3 + df47b05 commit 0e2844e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [12.0.1]
9+
10+
- Update Docker Compose to v2.35.1
11+
- Done to allow `pull_policy` of `Daily`
12+
813
## [12.0.0]
914

1015
- Updated to NET 9 SDK Container

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update \
2727
&& apt-get clean && rm -rf /var/lib/apt/lists/*
2828

2929
# install docker-compose
30-
RUN curl -L "https://github.com/docker/compose/releases/download/v2.29.7/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose \
30+
RUN curl -L "https://github.com/docker/compose/releases/download/v2.35.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose \
3131
&& chmod +x /usr/local/bin/docker-compose
3232

3333
# install Chromium for (unit)-testing during build-phase

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotnet-build",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "[![logo](./logo.jpg)](https://frontliners.nl)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)