Skip to content

Commit

Permalink
Dockerfile: try to use ubuntu:jammy-20220101
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Dec 6, 2022
1 parent 113df7e commit caabd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20220801 AS builder
FROM ubuntu:jammy-20220101 AS builder

RUN useradd -m retdec
WORKDIR /home/retdec
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN git clone https://github.com/avast/retdec && \
make -j$(nproc) && \
make install

FROM ubuntu:jammy-20220801
FROM ubuntu:jammy-20220101

RUN useradd -m retdec
WORKDIR /home/retdec
Expand Down

0 comments on commit caabd5f

Please sign in to comment.