Skip to content

Commit

Permalink
Fix alpine; added --no-cache to add
Browse files Browse the repository at this point in the history
  • Loading branch information
siemieniuk committed Jan 3, 2024
1 parent 20e37ba commit a4039fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine3.18
FROM alpine:3.18

RUN apk add redis
RUN apk add --no-cache redis

EXPOSE 6379

Expand Down

0 comments on commit a4039fd

Please sign in to comment.