Skip to content

Commit

Permalink
Remove unused RUBY_VERSION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Dec 13, 2024
1 parent 20ed4dd commit 879855b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM ruby:3.3-slim-bookworm

LABEL maintainer="[email protected]"

ENV RUBY_VERSION=3.2 \
REDMINE_VERSION=6.0.2 \
ENV REDMINE_VERSION=6.0.2 \
REDMINE_USER="redmine" \
REDMINE_HOME="/home/redmine" \
REDMINE_LOG_DIR="/var/log/redmine" \
Expand Down

0 comments on commit 879855b

Please sign in to comment.