Skip to content

Commit 9c2679a

Browse files
authored
chore: update dockerfile - code-server 0.4.0 (#63)
🔒 Scanned for secrets using gitleaks 8.28.0
1 parent 03907a7 commit 9c2679a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ubuntu:22.04
33

44
# Set build arguments for version and architecture
5-
ARG VERSION=v0.2.0
5+
ARG VERSION=v0.4.0
66
ARG TARGETARCH=amd64
77
ARG RUDDERSTACK_PAT
88

@@ -45,9 +45,9 @@ EOF
4545

4646
# Download and install code-server from GitHub releases
4747
RUN if [ "$TARGETARCH" = "arm64" ]; then \
48-
dpkg -i code-server_0.3.0_arm64.deb || apt-get install -f -y; \
48+
dpkg -i code-server_0.4.0_arm64.deb || apt-get install -f -y; \
4949
else \
50-
dpkg -i code-server_0.3.0_amd64.deb || apt-get install -f -y; \
50+
dpkg -i code-server_0.4.0_amd64.deb || apt-get install -f -y; \
5151
fi
5252

5353
# Switch to codeuser for extension installation and MCP setup

0 commit comments

Comments
 (0)