Commit graph

6 commits

Author SHA1 Message Date
Aravinth Manivannan
072bb2b0cc
feat: update redis base img 2023-10-17 14:34:47 +05:30
realaravinth
6b034a87f2
chore bump version 2022-02-04 16:40:36 +05:30
realaravinth
4ad44b39b3
Fixes #2: fix docker builds
Docker layer caching broke the build. target/release/libcache.so that
was copied over from "builder" stage img was the result of the first
stage of compilation(dependencies only and no source code)

So the object file didn't contain anything that resembled this repo's source
code.

This patch employs a slightly modified caching technique(see Dockerfile)
which fixes the issue
2021-12-16 14:51:51 +05:30
realaravinth
005d69d80f
fix docker img publish routine 2021-12-06 16:23:06 +05:30
realaravinth
00bc61ed74
upgrade redis, debian and rust base img versions 2021-12-06 13:16:03 +05:30
realaravinth
5c0b54df9e
dockerfile 2021-06-02 18:47:11 +05:30