Skip to content

Commit

Permalink
upgrading alpine image version to latest stable 3.19 (this will point…
Browse files Browse the repository at this point in the history
… to any future minor patches).. The builder stage golang:1.20-alpine already points to 3.19)
  • Loading branch information
rogarcia committed Dec 11, 2023
1 parent df9aec0 commit d72a1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN go mod download && CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o ipfs-server ./server/main.go

# Runtime - second phase.
FROM alpine:3.18.3
FROM alpine:3.19
RUN mkdir /app
WORKDIR /app
RUN apk update && apk add --no-cache bash=5.2.15-r5
Expand Down

0 comments on commit d72a1db

Please sign in to comment.