Skip to content

Commit

Permalink
chore(deps): update linuxserver/code-server docker tag to v4.96.2 (#2420
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 13ad011 commit 7e2b2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/code-server/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "code-server",
"version": "4.96.1",
"version": "4.96.2",
"image": "linuxserver/code-server",
"youtube": "https://youtu.be/aiYcwXDfgE8",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/code-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: big-bear-code-server
services:
# Service name: app
app:
image: linuxserver/code-server:4.96.1 # The Docker image to be used for the service
image: linuxserver/code-server:4.96.2 # The Docker image to be used for the service
container_name: code-server # Name of the container instance
environment:
- PUID=1000 # User ID under which code-server will run
Expand Down

0 comments on commit 7e2b2e0

Please sign in to comment.