Skip to content

Commit bff817a

Browse files
committed
Major version bump and removing commented lines
1 parent 72b43f7 commit bff817a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/universal/.devcontainer/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7171
&& apt-get -y install build-essential cmake cppcheck valgrind clang lldb llvm gdb python3-dev \
7272
# Install tools and shells not in common script
7373
&& apt-get install -yq vim vim-doc xtail software-properties-common libsecret-1-dev \
74-
# Install additional tools (useful for 'puppeteer' project). Uncomment next couple lines for puppeteer.
75-
# As of now puppeteer is out of support since March 2025(0.4.11) images release.
76-
#&& apt-get install -y --no-install-recommends libnss3 libnspr4 libatk-bridge2.0-0 libatk1.0-0 libx11-6 libpangocairo-1.0-0 \
77-
#libx11-xcb1 libcups2 libxcomposite1 libxdamage1 libxfixes3 libpango-1.0-0 libgbm1 libgtk-3-0 \
7874
# Clean up
7975
&& apt-get autoremove -y && apt-get clean -y \
8076
# Move first run notice to right spot

src/universal/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.1",
2+
"version": "3.0.0",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)