Skip to content

Commit

Permalink
fix(container): update ghcr.io/coder/code-server ( 4.96.1 → 4.96.2 )
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | ghcr.io/coder/code-server | 4.96.1 | 4.96.2 |
  • Loading branch information
robodexo2000[bot] authored Dec 20, 2024
1 parent 29dbe52 commit 9f7b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in
virtualisation.oci-containers.containers = {
code-server = svc.mkContainer {
cfg = {
image = "ghcr.io/coder/code-server:4.96.1@sha256:2dbf436d68564dfda13b4d4eeb8324704b6b4120f25ca57feaf230228c3d70da";
image = "ghcr.io/coder/code-server:4.96.2@sha256:6b8c0e944caec80057e71d2c2f352cee38fe00ae4b7515fc4458eb300844f699";
user = "65000:65000";
cmd = [
"--auth"
Expand Down

0 comments on commit 9f7b601

Please sign in to comment.