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

Commit

Permalink
Update dev container image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Mar 7, 2024
1 parent f3d3ab7 commit 1d3d9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/services/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
protocol: TCP

- name: maildev
image: docker.io/maildev/maildev:2.0.5
image: docker.io/maildev/maildev:2.1.0
ports:
- containerPort: 1080
hostPort: 1080
Expand All @@ -45,7 +45,7 @@ spec:
protocol: TCP

- name: pgweb
image: docker.io/sosedoff/pgweb:0.14.1
image: docker.io/sosedoff/pgweb:0.14.3
env:
- name: DATABASE_URL
value: postgres://db:db@db:5432/db?sslmode=disable
Expand Down

0 comments on commit 1d3d9e6

Please sign in to comment.