Skip to content

Commit

Permalink
fix: change docker base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Nov 4, 2024
1 parent 26334b8 commit 8d17980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jib {
val imageTag: String? = System.getenv("IMAGE_TAG")
val serverPort: String = System.getenv("SERVER_PORT") ?: "8080"
from {
image = "spinachpasta/custom-base-image:latest"
image = "spinachpasta/photo-service-base:latest"
}
to {
image = imageName
Expand Down

0 comments on commit 8d17980

Please sign in to comment.