Skip to content

Commit

Permalink
fix: Update Dockerfile devdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmlg committed Mar 22, 2024
1 parent e9f58ad commit a7767ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/devdocs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /devdocs
RUN apk --update add git \
&& git clone --depth=1 --branch=main --single-branch https://github.com/freeCodeCamp/devdocs.git /devdocs

FROM ruby:3.2.2
FROM ruby:3.3.0

LABEL maintainer="Jonathan Gao <gsmlg.com@gmail.com>"

Expand Down

0 comments on commit a7767ef

Please sign in to comment.