Skip to content

Commit

Permalink
keep using alpine 3.18 based docker image for now
Browse files Browse the repository at this point in the history
The build on the new alpine 3.19 based one is stuck in assets precompile step and causing the build timeout after a bunch of hours.  Might be a problem with nodejs 20 as well.
  • Loading branch information
klausmeyer authored Dec 17, 2023
1 parent 6a61b96 commit 95cbcea
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
FROM ruby:3.2.2-alpine3.18

MAINTAINER Klaus Meyer <[email protected]>

Expand Down

0 comments on commit 95cbcea

Please sign in to comment.