Skip to content

Commit

Permalink
FDN-2639: Revert play image back to Ubuntu 22.04 (#109)
Browse files Browse the repository at this point in the history
Recently the eclipse-temurin:17-jre switched from Ubuntu 22.04 to 24.04, which caused a number of docker build errors (specifically in label and ml-item-classification). Changing the base image to lock-in Ubuntu 22.04 (Jammy)
  • Loading branch information
gheine authored Jul 26, 2024
1 parent f7f41db commit 0184327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-play-17
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre
FROM eclipse-temurin:17-jre-jammy

LABEL maintainer="tech@flow.io"

Expand Down

0 comments on commit 0184327

Please sign in to comment.