Skip to content

Commit

Permalink
chore(deps): update node.js to 545b097
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Oct 19, 2024
1 parent fdbfa02 commit 2cb1832
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/devcontainer/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-bookworm@sha256:f8ee7f5834a708ddc9f69090a3db24788c28a87f0947703e735404b2be71a53d
FROM docker.io/library/node:22.10.0-bookworm@sha256:545b0979454e889c3a49a4b2dff2c80cdb4ab37ac3e7053ecc1257b097dc81d5

ARG REPO=https://github.com/nuclear-unicorn/kittensgame.git
ARG BRANCH=master
Expand Down
2 changes: 1 addition & 1 deletion packages/kitten-analysts/backend.Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-bookworm@sha256:f8ee7f5834a708ddc9f69090a3db24788c28a87f0947703e735404b2be71a53d
FROM docker.io/library/node:22.10.0-bookworm@sha256:545b0979454e889c3a49a4b2dff2c80cdb4ab37ac3e7053ecc1257b097dc81d5

LABEL "org.opencontainers.image.description"="Kitten Analysts Backend"

Expand Down
2 changes: 1 addition & 1 deletion packages/kitten-analysts/game.Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-bookworm@sha256:f8ee7f5834a708ddc9f69090a3db24788c28a87f0947703e735404b2be71a53d
FROM docker.io/library/node:22.10.0-bookworm@sha256:545b0979454e889c3a49a4b2dff2c80cdb4ab37ac3e7053ecc1257b097dc81d5

LABEL "org.opencontainers.image.description"="Kittens Game with Kitten Science DNA"

Expand Down
2 changes: 1 addition & 1 deletion packages/kitten-analysts/ui.Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-bookworm@sha256:f8ee7f5834a708ddc9f69090a3db24788c28a87f0947703e735404b2be71a53d
FROM docker.io/library/node:22.10.0-bookworm@sha256:545b0979454e889c3a49a4b2dff2c80cdb4ab37ac3e7053ecc1257b097dc81d5

LABEL "org.opencontainers.image.description"="Headless Kittens Game"

Expand Down

0 comments on commit 2cb1832

Please sign in to comment.