Skip to content

Commit 5e510f9

Browse files
yeikelHaarolean
andauthored
Chore: Deps: Use latest 17 jre image (#639)
Co-authored-by: Roman Zabaluev <[email protected]>
1 parent 10d4a11 commit 5e510f9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ updates:
1414
- "type/dependencies"
1515
- "scope/backend"
1616

17+
- package-ecosystem: docker
18+
directory: "/api"
19+
schedule:
20+
interval: weekly
21+
time: "10:00"
22+
timezone: Europe/London
23+
reviewers:
24+
- "kafbat/backend"
25+
open-pull-requests-limit: 10
26+
ignore:
27+
- dependency-name: "azul/zulu-openjdk-alpine"
28+
# Limit dependabot pull requests to minor Java upgrades
29+
update-types: ["version-update:semver-major"]
30+
labels:
31+
- "type/dependencies"
32+
- "scope/backend"
33+
1734
- package-ecosystem: npm
1835
directory: "/frontend"
1936
schedule:

api/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM azul/zulu-openjdk-alpine:17.0.11-jre-headless
1+
# The tag is ignored when a sha is included but the reason to add it are:
2+
# 1. Self Documentation: It is difficult to find out what the expected tag is given a sha alone
3+
# 2. Helps dependabot during discovery of upgrades
4+
FROM azul/zulu-openjdk-alpine:17-jre-headless-latest@sha256:af4df00adaec356d092651af50d9e80fd179f96722d267e79acb564aede10fda
25

36
RUN apk add --no-cache \
47
# snappy codec

0 commit comments

Comments
 (0)