Skip to content

Commit 115c09b

Browse files
chrisroosTetrino
authored andcommitted
Add comments to prompt us to update to buildpack-deps:stable
1 parent 6c8b197 commit 115c09b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Dockerfile.govuk-base

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# project and make any changes to it there.
44

55
# Install packages for building ruby
6+
# TODO: Change from bullseye to stable tag once we've resolved problems with Ruby and SSL
7+
# See https://github.com/alphagov/govuk-docker/pull/666 for more info.
68
FROM buildpack-deps:bullseye
79

810
# Install chromium browser and its webdriver

projects/asset-manager/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Install packages for building ruby
2+
# TODO: Change from bullseye to stable tag once we've resolved problems with Ruby and SSL
3+
# See https://github.com/alphagov/govuk-docker/pull/666 for more info.
24
FROM buildpack-deps:bullseye
35

46
# Install chromium browser and its webdriver

projects/whitehall/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Install packages for building ruby
2+
# TODO: Change from bullseye to stable tag once we've resolved problems with Ruby and SSL
3+
# See https://github.com/alphagov/govuk-docker/pull/666 for more info.
24
FROM buildpack-deps:bullseye
35

46
# Install chromium browser and its webdriver

0 commit comments

Comments
 (0)