Skip to content

Commit

Permalink
Update Dockerfile to use ubuntu:23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 11, 2023
1 parent 72e6ad1 commit 01e40bb
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
Expand Up @@ -7,7 +7,7 @@
# First stage: Building

# Setting up
FROM ubuntu:20.04 AS builder
FROM ubuntu:23.10 AS builder
ENV DEBIAN_FRONTEND noninteractive
WORKDIR /conjure/

Expand Down Expand Up @@ -66,7 +66,7 @@ RUN du -sh /root/.local/bin
################################################################################
# Second stage: Copying the binaries

FROM alpine:3.17
FROM ubuntu:23.10
WORKDIR /conjure
ENV PATH /root/.local/bin:$PATH
RUN mkdir -p /root/.local/bin/lib
Expand Down

0 comments on commit 01e40bb

Please sign in to comment.