这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := $(shell ../scripts/get-version.sh)

# TODO: needs to be replaced with something like yq
stack_resolver := $(shell awk '/^resolver:/ {print $$2;}' stack.yaml)
packager_ver := 20190314
packager_ver := 20190326
project_dir := $(shell pwd)
build_dir := $(project_dir)/$(shell stack path --dist-dir)/build

Expand Down
2 changes: 1 addition & 1 deletion server/packaging/packager.df
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hasura/haskell-docker-packager:20190314
FROM hasura/haskell-docker-packager:20190326
MAINTAINER vamshi@hasura.io

RUN apt-get update && apt-get install -y libpq5 upx \
Expand Down