Skip to content

Commit

Permalink
chore(deps): update sosedoff/pgweb docker tag to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 30, 2023
1 parent 0d717e1 commit e3e684a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pgweb/index.ts
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.14.2
const PGWEB_VERSION = "0.14.2";

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

0 comments on commit e3e684a

Please sign in to comment.