Skip to content

Commit 8f14f71

Browse files
committed
Upgrade all tools to latest version
1 parent 03f63c0 commit 8f14f71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
images: |
3636
ghcr.io/flipstone/purescript-tools
3737
tags: |
38-
type=sha,format=short,prefix=debian-stable-purescript-0.15.12-{{ date 'YYYY-MM-DD' }}-
38+
type=sha,format=short,prefix=debian-stable-purescript-0.15.15-{{ date 'YYYY-MM-DD' }}-
3939
type=raw,value=latest,enable={{is_default_branch}}
4040
4141
- name: Build, tag, and push image to GCR

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable-20230814-slim
1+
FROM debian:stable-20240423-slim
22

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

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

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

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

0 commit comments

Comments
 (0)