Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb06d50

Browse filesBrowse files
committed
Merge branch 'docker-upgrade-19-03-15' into 'master'
Docker image 19.03.14 -> 19.03.15 See merge request postgres-ai/database-lab!412
2 parents 7b5fc85 + 63591f3 commit eb06d50
Copy full SHA for eb06d50

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎Dockerfile.ci-checker

Copy file name to clipboardExpand all lines: Dockerfile.ci-checker
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:19.03.14
1+
FROM docker:19.03.15
22

33
# Install dependencies.
44
RUN apk update && apk add --no-cache bash

‎Dockerfile.dblab-cli

Copy file name to clipboardExpand all lines: Dockerfile.dblab-cli
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:19.03.14
1+
FROM docker:19.03.15
22

33
# Install dependencies.
44
RUN apk update && apk add --no-cache bash jq

‎Dockerfile.dblab-server

Copy file name to clipboardExpand all lines: Dockerfile.dblab-server
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage
22

3-
FROM docker:19.03.14
3+
FROM docker:19.03.15
44

55
# Install dependencies.
66
RUN apk update && apk add --no-cache zfs lvm2 bash util-linux

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.