Skip to content

Commit

Permalink
chore: docker 镜像采用 ruby 2.7 构建
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Oct 23, 2020
1 parent 56b543d commit 3438755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.6-alpine
FROM ruby:2.7-alpine
LABEL maintainer="icyleaf <[email protected]>"

ENV S6_OVERLAY_VERSION=1.22.1.0
ENV S6_OVERLAY_VERSION=2.1.0.2

RUN set -ex && \
apk add --update --no-cache curl && \
Expand Down

0 comments on commit 3438755

Please sign in to comment.