Skip to content

Commit

Permalink
redis docker image go update
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Feb 29, 2024
1 parent fb8f51b commit d0f71f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM redis:7.0.15-alpine3.19

COPY --from=golang:1.22.0 /usr/local/go /usr/local/go
ENV PATH="/usr/local/go:${PATH}"

RUN apk update && \
apk upgrade
apk upgrade

0 comments on commit d0f71f7

Please sign in to comment.