Skip to content

Commit

Permalink
Fixed base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
srnjak committed Nov 27, 2023
1 parent 51654ae commit 7b62afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN chmod +x /prepare.sh
RUN /prepare.sh

# Stage 2: Final stage
FROM srnjak-dev-playground-mail:$BASE_IMAGE_TAG
FROM srnjak/srnjak-dev-playground-mail:$BASE_IMAGE_TAG

# Install slapd in the final image
RUN apt-get update && \
Expand Down

0 comments on commit 7b62afc

Please sign in to comment.