Skip to content

Commit

Permalink
Merge pull request #70 from ddosify/alpine-upgrade
Browse files Browse the repository at this point in the history
Upgrade alpine version to 3.15.4
  • Loading branch information
fatihbaltaci authored Apr 28, 2022
2 parents 381f73a + 7814ef5 commit 4493b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/ddosify main.go


FROM alpine:3.14.2
FROM alpine:3.15.4
ENV ENV="/root/.ashrc"
WORKDIR /root
RUN apk --no-cache add ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.2
FROM alpine:3.15.4
ENV ENV="/root/.ashrc"
WORKDIR /root
RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 4493b9c

Please sign in to comment.