Skip to content

Commit

Permalink
fix(ubuntu-base): downgrade to jammy because of php
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed May 30, 2024
1 parent 26b5e3a commit b087d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/src/ubuntu-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x-build": {
"name": "Ubuntu",
"image-name": "ubuntu-base",
"image-version": "0.0.6"
"image-version": "0.0.7"
},
"remoteUser": "vscode",
"containerEnv": {
Expand Down
2 changes: 1 addition & 1 deletion images/src/ubuntu-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:noble-curl@sha256:8a6126ff5fbb9bd03dd782858536df8af3edbbd61bd64d9fbb7db22ce5328a35
FROM buildpack-deps:jammy-curl@sha256:475dd866a123ef34cf510567060a75a3df02440fcd9ad62fb72c14197dcdc491

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit b087d95

Please sign in to comment.