Skip to content

Commit 6e3c2c4

Browse files
committed
fix(docker): update lume
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 85a9c18 commit 6e3c2c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "ALPINE_VERSION" { default = "edge" }
22
variable "DENO_SHA" { default = "6ef38d16cbe99c3d610576b56aaa9ede9d988e8a2e5c1ed9c9d502e3167ef758" }
3-
variable "DENO_VERSION" { default = "2.2.11" }
3+
variable "DENO_VERSION" { default = "2.9.3" }
44
variable "DHALL_VERSION" { default = "1.42.2" }
55
variable "DHALL_JSON_VERSION" { default = "1.7.12" }
66
variable "DHALL_JSON_SHA" { default = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" }

docker/ci-runtime.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -x \
3333

3434
# deno
3535
FROM alpine:${ALPINE_VERSION} AS deno
36-
ARG DENO_VERSION=2.2.11
36+
ARG DENO_VERSION=2.9.3
3737
RUN mkdir -p /app
3838
WORKDIR /app
3939
RUN apk add -U curl unzip ca-certificates \

docker/xesite.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN set -x \
4242

4343
# deno
4444
FROM alpine:${ALPINE_VERSION} AS deno
45-
ARG DENO_VERSION=2.2.11
45+
ARG DENO_VERSION=2.9.3
4646
RUN mkdir -p /app
4747
WORKDIR /app
4848
RUN apk add -U curl unzip ca-certificates \

0 commit comments

Comments
 (0)