Skip to content

Commit

Permalink
Pin Alpine version to fix sqlite error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcphillips committed Jan 1, 2024
1 parent e2fbb3f commit 9c9780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine AS base
FROM ruby:3.2.2-alpine3.18 AS base
ARG BUNDLER_VERSION=2.4.3
ARG BUNDLE_WITHOUT="development:test"
ARG BASE_PACKAGES="tz git vim curl imagemagick ttf-liberation msttcorefonts-installer fontconfig libc6-compat gcompat"
Expand Down

0 comments on commit 9c9780e

Please sign in to comment.