Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Use correct base image
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 1, 2023
1 parent 989b18c commit 2586929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/stack-build-small:lts-16.12 AS builder
FROM fpco/stack-build-small:lts-20.11 AS builder
LABEL maintainer="Pat Brisbin <pbrisbin@gmail.com>"
ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8
RUN \
Expand Down

0 comments on commit 2586929

Please sign in to comment.