Skip to content

Commit 01dc993

Browse files
authored
Bump neko (#83)
Pulls in kernel/neko#8 kernel/neko#9 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update chromium-headful Dockerfile to use neko base image 3.0.8-v1.3.0. > > - **Docker**: > - Bump base image in `images/chromium-headful/Dockerfile` from `ghcr.io/onkernel/neko/base:3.0.8-v1.1.0` to `3.0.8-v1.3.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e6afb32. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 74d3d3a commit 01dc993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/chromium-headful/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -eux; \
5353
make -j$(nproc); \
5454
make install;
5555

56-
FROM ghcr.io/onkernel/neko/base:3.0.8-v1.1.0 AS neko
56+
FROM ghcr.io/onkernel/neko/base:3.0.8-v1.3.0 AS neko
5757
# ^--- now has event.SYSTEM_PONG with legacy support to keepalive
5858
FROM docker.io/ubuntu:22.04
5959

0 commit comments

Comments
 (0)