Skip to content

Commit 9ace897

Browse files
authored
upgrade to 1.55
1 parent c1f1b7c commit 9ace897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM amazonlinux:latest
22

33
# Install rust
44
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \
5-
PATH="/root/.cargo/bin:$PATH" rustup install 1.50.0
5+
PATH="/root/.cargo/bin:$PATH" rustup install 1.55.0
66
ENV PATH $PATH:/root/.cargo/bin
77

88
# Install node
@@ -12,7 +12,7 @@ RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash - && \
1212
RUN npm i -g neon-cli
1313

1414
# Install dependencies
15-
RUN yum install -y git make gcc gcc-c++ libgcc openssl-devel readline-devel sqlite-devel \
15+
RUN yum install -y git make gcc gcc-c++ libgcc openssl-devel readline-devel sqlite-devel libpq-dev \
1616
&& yum clean all
1717

1818
RUN rm -rf /var/cache/yum

0 commit comments

Comments
 (0)