Skip to content

Commit

Permalink
Pins containerfile to 3.18 until sparklemotion/sqlite3-ruby#434 is re…
Browse files Browse the repository at this point in the history
…solved
  • Loading branch information
bougyman committed Feb 9, 2024
1 parent a0cfef8 commit 01104cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
linear-cli (0.9.8)
linear-cli (0.9.10)
base64 (~> 0.2)
dry-cli (~> 1.0)
dry-cli-completion (~> 1.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: Fixed
title: >
Fixed sqlite problem with ruby 3.3 (https://github.com/sparklemotion/sqlite3-ruby/issues/434) by pinning to alpine 3.18
author: bougyman
4 changes: 2 additions & 2 deletions oci/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ruby:3.3.0-alpine3.19 AS build-env
FROM docker.io/ruby:3.3.0-alpine3.18 AS build-env


# Setting env up
Expand All @@ -16,7 +16,7 @@ COPY . $APP_ROOT
RUN gem i semantic_logger && bundle install && bundle exec rake build

############### Build step done ###############
FROM docker.io/ruby:3.3.0-alpine3.19
FROM docker.io/ruby:3.3.0-alpine3.18
ARG PACKAGES="bash sqlite sqlite-dev ruby-dev build-base github-cli openssh"
ARG APP_VERSION

Expand Down

0 comments on commit 01104cc

Please sign in to comment.