We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6aa745 commit b4d0fb6Copy full SHA for b4d0fb6
CHANGELOG.md
@@ -17,6 +17,7 @@ Types of changes
17
## [1.6.0]
18
19
- `Added` option to change ingress-descriptor filename
20
+- `Changed` update debian image to last stable (debian:stable-20210816-slim)
21
22
## [1.5.0]
23
Dockerfile.debian
@@ -17,10 +17,10 @@
FROM cgifr/pimo:v1.8.0 AS pimo
-FROM debian:stable-slim
+FROM debian:stable-20210816-slim
RUN apt-get update && \
- apt-get install -y --no-install-recommends less jq wget git postgresql-client-11 && \
+ apt-get install -y --no-install-recommends less jq wget git postgresql-client && \
24
apt-get autoremove -y && \
25
apt-get clean -y && \
26
rm -r /var/cache/* /var/lib/apt/lists/*
0 commit comments