Skip to content
Snippets Groups Projects
Commit 1773ac4d authored by Cheng Shao's avatar Cheng Shao
Browse files

Update alpine base image versions

parent 5deefb63
No related branches found
No related tags found
1 merge request!114Changes required for wasm backend work
......@@ -162,7 +162,7 @@ let
{ name = "x86_64-linux-alpine3_15"
, runnerTags = [ "x86_64-linux" ]
, image =
CF.from "alpine:3.15.6"
CF.from "alpine:3.15.8"
# [ CF.Statement.Shell ["/bin/ash", "-eo", "pipefail", "-c"] ]
# installGhcDepsStep
# installPkgs ["llvm12"]
......@@ -177,7 +177,7 @@ let
{ name = "i386-linux-alpine3_15"
, runnerTags = [ "x86_64-linux" ]
, image =
CF.from "i386/alpine:3.15.6"
CF.from "i386/alpine:3.15.8"
# [ CF.Statement.Shell ["/bin/ash", "-eo", "pipefail", "-c"] ]
# installGhcDepsStep
# installPkgs ["llvm12"]
......@@ -192,7 +192,7 @@ let
{ name = "x86_64-linux-alpine3_17"
, runnerTags = [ "x86_64-linux" ]
, image =
CF.from "alpine:3.17.1"
CF.from "alpine:3.17.3"
# [ CF.Statement.Shell ["/bin/ash", "-eo", "pipefail", "-c"] ]
# installGhcDepsStep
# installPkgs ["llvm14"]
......@@ -207,7 +207,7 @@ let
{ name = "i386-linux-alpine3_17"
, runnerTags = [ "x86_64-linux" ]
, image =
CF.from "i386/alpine:3.17.1"
CF.from "i386/alpine:3.17.3"
# [ CF.Statement.Shell ["/bin/ash", "-eo", "pipefail", "-c"] ]
# installGhcDepsStep
# installPkgs ["llvm14"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment