Skip to content

Commit

Permalink
Update rust and alpine version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Dec 12, 2023
1 parent 6144ce2 commit 5f8b827
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 rust:1.73-alpine AS Builder
FROM rust:1.74-alpine AS Builder

LABEL maintainer="Ilya Builuk <ilya.builuk@gmail.com>" \
org.opencontainers.image.title="A Vehicle Routing Problem solver CLI" \
Expand All @@ -24,7 +24,7 @@ COPY vrp-cli ./vrp-cli
RUN cargo build --release -p vrp-cli


FROM alpine:3.16
FROM alpine:3.18

ENV SOLVER_DIR=/solver

Expand Down

0 comments on commit 5f8b827

Please sign in to comment.