Skip to content

Commit 62c69d0

Browse files
committed
Fix api docker
1 parent 83ffad8 commit 62c69d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1
2-
FROM ruby:3.3.5
2+
FROM ruby:3.3.6
33
RUN apt-get update -qq && apt-get -y install mariadb-client
44

5-
LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos
5+
LABEL org.opencontainers.image.source=https://github.com/dodona-edu/dolos
66

77
ADD config.ru Gemfile Gemfile.lock Rakefile /dolos/
88
WORKDIR /dolos

0 commit comments

Comments
 (0)