Skip to content

Commit

Permalink
Upgrade all tools to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Apr 24, 2024
1 parent 03f63c0 commit 8f14f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
images: |
ghcr.io/flipstone/purescript-tools
tags: |
type=sha,format=short,prefix=debian-stable-purescript-0.15.12-{{ date 'YYYY-MM-DD' }}-
type=sha,format=short,prefix=debian-stable-purescript-0.15.15-{{ date 'YYYY-MM-DD' }}-
type=raw,value=latest,enable={{is_default_branch}}
- name: Build, tag, and push image to GCR
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable-20230814-slim
FROM debian:stable-20240423-slim

ENV LANG="C.UTF-8" LANGUAGE="C.UTF-8" LC_ALL="C.UTF-8"

Expand All @@ -19,5 +19,5 @@ RUN apt-get update && \

RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts

RUN npm install -g npm@10.2.3
RUN npm install -g spago@next [email protected].12 [email protected] [email protected] esbuild@0.19.5
RUN npm install -g npm@10.5.2
RUN npm install -g spago@next [email protected].15 [email protected] [email protected] esbuild@0.20.2

0 comments on commit 8f14f71

Please sign in to comment.