Skip to content

Commit

Permalink
fix docker curl issue by reinstalling curl to base image (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
adusumillipraveen committed Sep 9, 2024
1 parent 2511f77 commit fbf759b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benefit/VERSION.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TAG: 6.4.15
TAG: 6.4.16
2 changes: 2 additions & 0 deletions docker/importer.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ---- Base image - order important ----
FROM hmctspublic.azurecr.io/ccd/definition-processor:latest as base
#Installing curl to avoid package conflict with upstream outdated image.
RUN apk add --no-cache curl

# ---- Runtime image ----
FROM hmctspublic.azurecr.io/ccd/definition-importer:latest as runtime
Expand Down

0 comments on commit fbf759b

Please sign in to comment.