Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocabrita-ionos authored Jun 28, 2023
1 parent ed0727e commit 2058bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -buster is required to have apt available
FROM openjdk:17-jre-slim-buster
FROM openjdk:17-slim-buster

# by default curl is not available, so install it
RUN apt update && apt install curl -y
Expand Down

0 comments on commit 2058bd0

Please sign in to comment.