Skip to content

Commit a2794e2

Browse files
update circleci base docker image
1 parent 1f18441 commit a2794e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build-lts:
44
docker:
5-
- image: fpco/stack-build:lts-11.11
5+
- image: fpco/stack-build:lts-12.16
66
steps:
77
- checkout
88
- restore_cache:
@@ -20,7 +20,7 @@ jobs:
2020

2121
build-nightly:
2222
docker:
23-
- image: fpco/stack-build:lts-11.11
23+
- image: fpco/stack-build:lts-12.16
2424
steps:
2525
- checkout
2626
- restore_cache:

0 commit comments

Comments
 (0)