Skip to content

Commit

Permalink
Feature/add samples and external product templates (#467)
Browse files Browse the repository at this point in the history
* added samples and external product templates
some cleanup

* added sample texts and external product template files

* run prettier

* set java.version 11 -> 17

* set docker openjdk 11 -> 17
  • Loading branch information
Bock4Soft authored Feb 9, 2024
1 parent b717e61 commit e558314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:17

RUN adduser --system --group dipa
USER dipa:dipa
Expand Down

0 comments on commit e558314

Please sign in to comment.