Skip to content

Commit

Permalink
Revert "chore(deno): upgrade deno to 1.44.0"
Browse files Browse the repository at this point in the history
This reverts commit b7fbe0c.
  • Loading branch information
TheNoim committed May 30, 2024
1 parent fbae07b commit 760a389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reactive_home/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:bullseye
ARG DENO_VERSION=1.44.0
ARG DENO_VERSION=1.43.6

FROM denoland/deno:bin-$DENO_VERSION AS deno

Expand Down
2 changes: 1 addition & 1 deletion reactive_home/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ labels:
org.opencontainers.image.source: "https://github.com/TheNoim/reactive-home"
org.opencontainers.image.licenses: "MIT"
args:
DENO_VERSION: "1.44.0"
DENO_VERSION: "1.43.6"

0 comments on commit 760a389

Please sign in to comment.