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.
1 parent 83ffad8 commit 62c69d0Copy full SHA for 62c69d0
api/Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1
2
-FROM ruby:3.3.5
+FROM ruby:3.3.6
3
RUN apt-get update -qq && apt-get -y install mariadb-client
4
5
-LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos
+LABEL org.opencontainers.image.source=https://github.com/dodona-edu/dolos
6
7
ADD config.ru Gemfile Gemfile.lock Rakefile /dolos/
8
WORKDIR /dolos
0 commit comments