Skip to content

Commit

Permalink
audiowaveform installed ok, update debian image
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 14, 2023
1 parent 599d48b commit 953dc3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker-files/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ apt-get update -qq \
less \
git \
libvips42 \
zlib1g-dev
zlib1g-dev
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.0.0
ruby-3.2.2
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ARG RUBY_VERSION
FROM ruby:3.2.0-bullseye
FROM ruby:3.2-bookworm

ARG APP_ENV=production

ARG PG_MAJOR
ARG NODE_MAJOR=16
ARG NODE_MAJOR=18
ARG BUNDLER_VERSION=2.2.15
ARG YARN_VERSION=1.22.19

Expand Down Expand Up @@ -51,6 +51,7 @@ RUN bundle install -j ${BUNDLE_JOBS} --retry ${BUNDLE_RETRY}

COPY --from=mwader/static-ffmpeg:4.1.4-2 /ffmpeg /ffprobe /usr/local/bin/


RUN apt-get update && \
wget https://github.com/bbc/audiowaveform/releases/download/1.8.1/audiowaveform_1.8.1-1-12_arm64.deb && \
dpkg -i audiowaveform_1.8.1-1-12_arm64.deb || true && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.0"
ruby "3.2.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.6"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -577,7 +578,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.2p53

BUNDLED WITH
2.2.3

0 comments on commit 953dc3d

Please sign in to comment.