Skip to content

Commit

Permalink
Pin to Alpine 3.18 for docker builds
Browse files Browse the repository at this point in the history
3.19 introduced changes to musl that break sqlite3. See sparklemotion/sqlite3-ruby#434 and rake-compiler/rake-compiler-dock#75
  • Loading branch information
Floppy committed Jan 8, 2024
1 parent 8937d45 commit a407775
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-alpine AS build
FROM ruby:3.2-alpine3.18 AS build

RUN apk add --no-cache tzdata alpine-sdk postgresql-dev nodejs yarn xz libarchive mesa-gl glfw
RUN gem install foreman
Expand Down

0 comments on commit a407775

Please sign in to comment.