Skip to content
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prepare the base environment.
FROM ghcr.io/dbca-wa/docker-apps-dev:ubuntu_2404_base_python_node AS builder_base_ledgergw
FROM ghcr.io/dbca-wa/docker-apps-dev:ubuntu_2510_base_python_node AS builder_base_ledgergw
MAINTAINER [email protected]
SHELL ["/bin/bash", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion dockerdev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prepare the base environment.
FROM dbcawa/ledgergw:django5_latest as builder_base_ledgergwdev
FROM ghcr.io/dbca-wa/ledger:django5_latest as builder_base_ledgergwdev
USER root

RUN apt-get update
Expand Down
Loading