Skip to content

Commit c5be556

Browse files
authored
Update Dockerfile
1 parent eff8e3e commit c5be556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM rust:1.58-slim-buster AS builder
1+
FROM rust:1 AS builder
22
COPY . /app
33
WORKDIR /app
44
RUN cargo build --release
55

6-
FROM debian:buster-slim
6+
FROM debian:bullseye-slim
77
COPY --from=builder /app/target/release/pgcat /usr/bin/pgcat
88
COPY --from=builder /app/pgcat.toml /etc/pgcat/pgcat.toml
99
WORKDIR /etc/pgcat

0 commit comments

Comments
 (0)