Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

chore(deps): update sosedoff/pgweb docker tag to v0.15.0 #763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/components/pgweb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import type {
import { create as createApp } from "@socialgouv/kosko-charts/components/app";
import { merge } from "@socialgouv/kosko-charts/utils/@kosko/env/merge";

// renovate: datasource=docker depName=sosedoff/pgweb versioning=0.11.8
const PGWEB_VERSION = "0.11.8";
// renovate: datasource=docker depName=sosedoff/pgweb versioning=0.15.0
const PGWEB_VERSION = "0.15.0";

const pgwebConfig: Partial<AppConfig> = {
container: {
Expand Down
Loading