Skip to content

Commit

Permalink
fix: typo in base image arg
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 15, 2024
1 parent 8ead605 commit f9e6445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE_TAG=ghcr.io/innovation-system/on-board-rabbitmq-base:main
ARG BASE_IMAGE_TAG=ghcr.io/innovation-system/onboard-rabbitmq-base:main

FROM ${BASE_IMAGE_TAG}
# FROM rabbitmq:3.12.4-management-alpine
Expand Down

0 comments on commit f9e6445

Please sign in to comment.