We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a32089 + edbbffc commit fd5f144Copy full SHA for fd5f144
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN cd site/frontend && npm ci
5
RUN cd site/frontend && npm run check
6
RUN cd site/frontend && npm run build
7
8
-FROM ubuntu:20.04 as base
+FROM ubuntu:24.04 as base
9
10
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
11
@@ -47,7 +47,7 @@ COPY --from=frontend ./site/frontend/dist ./site/frontend/dist
47
RUN bash -c 'source $HOME/.cargo/env && cargo build --release -p site'
48
RUN bash -c 'source $HOME/.cargo/env && cargo build --release --bin postgres-to-sqlite'
49
50
-FROM ubuntu:20.04 as binary
+FROM ubuntu:24.04 as binary
51
52
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
53
ca-certificates \
0 commit comments