Skip to content

Commit

Permalink
Merge pull request #381 from Automattic/dependabot/docker/images/src/…
Browse files Browse the repository at this point in the history
…ubuntu-base/buildpack-deps-9ff6778

build(deps): bump buildpack-deps from `61a02a8` to `9ff6778` in /images/src/ubuntu-base
  • Loading branch information
sjinks authored Nov 24, 2024
2 parents e8f4523 + a9f25f3 commit b239fdd
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.29"
"image-version": "0.0.30"
},
"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:61a02a85f7bd808d46ba3bd1dd757f277dc3026c68497a61d40c954ae277519a
FROM buildpack-deps:noble-curl@sha256:9ff67781dddb972b855422092ca16f1bcd94c2a254aa557199bca87d2a87f406

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

0 comments on commit b239fdd

Please sign in to comment.