Skip to content

Commit 0c5a978

Browse files
committed
chore: add RUN pwd
1 parent e59146b commit 0c5a978

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Build stage
2-
FROM --platform=linux/amd64 amazoncorretto:17.0.18-alpine3.23 AS builder
2+
FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
33

4-
RUN uname -a
4+
RUN pwd
55

66
WORKDIR /build
77

8-
RUN uname -a
8+
RUN pwd
99

1010
# Copy parent pom and all modules
1111
COPY pom.xml .

0 commit comments

Comments
 (0)