Skip to content

Commit

Permalink
go back to nginx:bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Apr 13, 2024
1 parent ac546ec commit ed463e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN pnpm install --frozen-lockfile
# Build the static site
RUN pnpm run build

FROM nginxproxy/docker-gen:0.12.0-debian
FROM nginx:bookworm

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends postgresql-15 && rm -rf /var/lib/apt/lists/* && mv /var/lib/postgresql/15/main /var/lib/

Expand Down

0 comments on commit ed463e1

Please sign in to comment.