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 1ac759b commit 825e9e3Copy full SHA for 825e9e3
Dockerfile.dblab
@@ -1,4 +1,4 @@
1
-FROM docker:19
+FROM docker:19.03.14
2
3
# Install dependencies.
4
RUN apk update && apk add --no-cache bash jq
Dockerfile.dblab-server
@@ -25,13 +25,13 @@
25
# --env VERIFICATION_TOKEN=token \
26
# --env MOUNT_DIR=/var/lib/dblab/clones \
27
# --env UNIX_SOCKET_DIR=/var/lib/dblab/sockets \
28
-# --env DOCKER_IMAGE=postgres:12-alpine \
+# --env DOCKER_IMAGE=postgres:13-alpine \
29
# --detach \
30
# postgresai/dblab-server:latest
31
32
33
34
-# Install dependecies.
+# Install dependencies.
35
RUN apk update && apk add --no-cache zfs lvm2 bash util-linux
36
37
WORKDIR /home/dblab
0 commit comments