Skip to content

Commit

Permalink
feat(deps): Update dependency cdr/code-server to v4.90.2 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] authored Jun 20, 2024
2 parents d61031e + 5f4d4ea commit 26ba960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \

# args - software versions
# renovate: datasource=github-tags depName=cdr/code-server versioning=semver
ARG CODESERVER_VERSION=v4.89.1
ARG CODESERVER_VERSION=v4.90.2

# install - code-server
RUN curl -sL "https://github.com/cdr/code-server/releases/download/${CODESERVER_VERSION}/code-server_${CODESERVER_VERSION/v/}_amd64.deb" -o /tmp/code-server.deb \
Expand Down

0 comments on commit 26ba960

Please sign in to comment.