Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
yebyen committed Dec 27, 2023
1 parent 37c150e commit c0bdc22
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,8 +1,8 @@
# syntax = docker.io/docker/dockerfile:experimental
FROM kingdonb/rvm-supported:dce61281 as builder-base
FROM kingdonb/rvm-supported:7783e7b8 as builder-base
LABEL maintainer="Kingdon Barrett <[email protected]>"
ENV APPDIR="/home/${RVM_USER}/app"
ENV RUBY=3.0.6
ENV RUBY=3.3.0
ENV GEMSET=testing

USER root
Expand Down

0 comments on commit c0bdc22

Please sign in to comment.