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
…1.46.3
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 7e1c0e4 commit 1c27976
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.2
ARG DENO_VERSION=ubuntu-1.46.3
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 1c27976

Please sign in to comment.