Skip to content

Commit

Permalink
[denojs/.devcontainer] Update deno-docker-image Docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 3027853 commit 0e2a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denojs/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=deno-docker-image packageName=docker.io/denoland/deno versioning=regex:^(?<compatibility>.+)-(?<major>\d+)(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
ARG DENO_VERSION=ubuntu-1.46.3
ARG DENO_VERSION=ubuntu-2.0.0
FROM docker.io/denoland/deno:${DENO_VERSION}

RUN useradd -rm -d /home/denojs -s /bin/bash -u 1001 denojs
Expand Down

0 comments on commit 0e2a843

Please sign in to comment.