Skip to content

Commit b89a40f

Browse files
authored
Update screwdriver.yaml
1 parent cd4f04e commit b89a40f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

screwdriver.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# inherit. In our example, we state that all our Jobs will use the same Docker
22
# container for building in.
3-
#shared:
3+
shared:
44
# Docker image to use as the desired build container. This typically takes the
55
# form of "repo_name". Alternatively, you can define the image as
66
# "repo_name:tag_label".
77
#
88
# (Source: https://hub.docker.com/r/library/buildpack-deps/)
99
#image: maven:3.8.5-openjdk-17-slim
10+
image: buildpack-deps
1011

1112
# Job definition block
1213
# "main" is a default job that all pipelines have

0 commit comments

Comments
 (0)