Skip to content

Commit

Permalink
update instead of remove go
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Mar 27, 2024
1 parent 927ece3 commit a0f8281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_Redis
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM redis:7.2.4-alpine

RUN apk add --upgrade go
RUN apk add --upgrade apk-tools
RUN apk upgrade --available
RUN apk del go

0 comments on commit a0f8281

Please sign in to comment.