Skip to content
Open
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 engine/Dockerfile.ci-checker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:27.5.1
FROM docker:29.3.0

# Install dependencies.
RUN apk update && apk add --no-cache bash
Expand Down
2 changes: 1 addition & 1 deletion engine/Dockerfile.dblab-cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:27.5.1
FROM docker:29.3.0

# Install dependencies.
RUN apk update && apk add --no-cache bash jq tzdata
Expand Down
2 changes: 1 addition & 1 deletion engine/Dockerfile.dblab-server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage

FROM docker:27.5.1
FROM docker:29.3.0

# Install dependencies
RUN apk update \
Expand Down
2 changes: 1 addition & 1 deletion engine/Dockerfile.dblab-server-debug
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
# RUN GO111MODULE=on CGO_ENABLED=0 go build -gcflags="all=-N -l" -o /dblab-server-debug ./cmd/database-lab/main.go

# Final stage
FROM docker:27.5.1
FROM docker:29.3.0

# Install dependencies
RUN apk update \
Expand Down
2 changes: 1 addition & 1 deletion engine/Dockerfile.dblab-server-zfs08
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage

FROM docker:27.5.1
FROM docker:29.3.0

# Install dependencies.
RUN apk update && apk add zfs=0.8.4-r0 --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.12/main \
Expand Down
Loading