Skip to content

Commit

Permalink
[denojs/.devcontainer] Update deno-docker-image Docker tag to ubuntu-…
Browse files Browse the repository at this point in the history
…2.1.2
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 3bc340c commit 8a2f29a
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-2.1.1
ARG DENO_VERSION=ubuntu-2.1.2
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 8a2f29a

Please sign in to comment.