Skip to content

Commit

Permalink
fix redis version in server docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
uwedeportivo committed Apr 28, 2020
1 parent 0c8950f commit f0130ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apk update && apk add --no-cache \
# the features we can depend on. See this link for more information:
# https://github.com/sourcegraph/sourcegraph/blob/master/doc/dev/postgresql.md#version-requirements
'bash=5.0.0-r0' 'postgresql-contrib=11.7-r0' 'postgresql=11.7-r0' \
'redis=5.0.8-r0' bind-tools ca-certificates git@edge \
'redis=5.0.5-r0' bind-tools ca-certificates git@edge \
mailcap nginx openssh-client pcre su-exec tini nodejs-current=12.4.0-r0 curl

# IMPORTANT: If you update the syntect_server version below, you MUST confirm
Expand Down

0 comments on commit f0130ed

Please sign in to comment.