Skip to content

Commit d34ce7e

Browse files
authored
chore: Pin caddy version to v2.6.1 for stability (PostHog#11943)
* chore: Pin caddy version to v2.6.1 for stability * pin minio as well
1 parent ce61f53 commit d34ce7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.hobby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090
volumes:
9191
- ./compose:/compose
9292
caddy:
93-
image: caddy
93+
image: caddy:2.6.1
9494
restart: unless-stopped
9595
ports:
9696
- '80:80'
@@ -116,7 +116,7 @@ services:
116116
- object_storage
117117

118118
object_storage:
119-
image: minio/minio
119+
image: minio/minio:RELEASE.2022-09-17T00-09-45Z.fips
120120
restart: on-failure
121121
volumes:
122122
- object_storage:/data

0 commit comments

Comments
 (0)