Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Update Ruby to 2.6.6 and apk-tools to 2.10.8-r0 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:experimental

FROM ruby:2.6.5-alpine3.11
FROM ruby:2.6.6-alpine3.11

ENV NODE_VERSION 12.22.4-r0
ENV APK_TOOLS_VERSION 2.10.7-r0
ENV APK_TOOLS_VERSION 2.10.8-r0
RUN \
apk add --update nodejs=${NODE_VERSION} npm=${NODE_VERSION} apk-tools=${APK_TOOLS_VERSION}\
&& npm install --global yarn
Expand Down