Skip to content

Commit

Permalink
Downgrade Docker images to 1.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Mar 24, 2024
1 parent 3314273 commit 1538ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# src/bot

FROM denoland/deno:alpine-1.41.0 AS bot
FROM denoland/deno:alpine-1.40.5 AS bot

ADD src/import_map.json .

Expand All @@ -16,7 +16,7 @@ CMD ./entrypoint.sh

# src/server

FROM denoland/deno:alpine-1.41.0 AS server
FROM denoland/deno:alpine-1.40.5 AS server

RUN apk update
RUN apk upgrade
Expand Down

0 comments on commit 1538ff8

Please sign in to comment.