Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c65aed2

Browse files
author
Achim Schneider
committed
upgrade Dockerfile
1 parent 0739f39 commit c65aed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44

55
# Start from a rust base image
6-
FROM rust:1.66.1 as base
6+
FROM rust:1.68.0 as base
77

88
# Set the current directory
99
WORKDIR /app
@@ -117,7 +117,7 @@ RUN echo \
117117
RUN apt-get --yes update
118118

119119
RUN apt-get --yes install docker-ce docker-ce-cli \
120-
containerd.io=1.5.11-1
120+
containerd.io
121121

122122
# Provide startup scripts
123123

0 commit comments

Comments
 (0)