Skip to content

Commit 8ae2351

Browse files
authored
deps: bump nginx to 1.25.2 (#2490)
1 parent a177142 commit 8ae2351

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ services:
232232
# Override the entrypoint in order to avoid using envvars for config.
233233
# Futz with settings so we can keep mmdb and conf in same dir on host
234234
# (image looks for them in separate dirs by default).
235-
entrypoint:
236-
["/usr/bin/geoipupdate", "-d", "/sentry", "-f", "/sentry/GeoIP.conf"]
235+
entrypoint: ["/usr/bin/geoipupdate", "-d", "/sentry", "-f", "/sentry/GeoIP.conf"]
237236
volumes:
238237
- "./geoip:/sentry"
239238
snuba-api:
@@ -396,7 +395,7 @@ services:
396395
<<: *restart_policy
397396
ports:
398397
- "$SENTRY_BIND:80/tcp"
399-
image: "nginx:1.25.1-alpine"
398+
image: "nginx:1.25.2-alpine"
400399
volumes:
401400
- type: bind
402401
read_only: true

0 commit comments

Comments
 (0)