mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
update rust version in docker image (#762)
This commit is contained in:
committed by
GitHub
parent
c34b15bddc
commit
88dbcc21d1
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1-slim-bookworm AS builder
|
FROM rust:1.79.0-slim-bookworm AS builder
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y build-essential
|
apt-get install -y build-essential
|
||||||
|
|||||||
Reference in New Issue
Block a user