Skip to content

Commit

Permalink
Merge pull request #8 from AgileHub-DQ/feat/7
Browse files Browse the repository at this point in the history
fix: Dockerfile 수정
  • Loading branch information
minsang-alt authored Mar 3, 2024
2 parents 78f5cbc + 2fec1ec commit 80dd43c
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
@@ -1,6 +1,6 @@
# Dockerfile
# gradle && jdk17 이미지 빌드 - build 별명
FROM --platform=linux/arm64 gradle:8.3-jdk17-alpine AS build
FROM --platform=linux/arm64 gradle:8.3-jdk17-jammy AS build

# 작업 디렉토리 /app 생성
WORKDIR /app
Expand Down

0 comments on commit 80dd43c

Please sign in to comment.