Skip to content

Commit

Permalink
Merge pull request #247 from fablabbcn/chore/fix-kairos-dockerfile
Browse files Browse the repository at this point in the history
Update base image for Kairos docker container.
  • Loading branch information
oscgonfer authored Oct 2, 2023
2 parents 958485b + 62a93c3 commit e15ba90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile-kairos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-jdk-alpine

RUN apk upgrade libssl1.0 --update-cache && \
apk add wget \
Expand Down

0 comments on commit e15ba90

Please sign in to comment.