Skip to content

Commit

Permalink
use alpine:3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Jan 22, 2025
1 parent 58fe2c3 commit 4179eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-registrar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN go build -o server ./cmds/registrar.go

FROM alpine:latest
FROM alpine:3.21

WORKDIR /root/

Expand Down

0 comments on commit 4179eaf

Please sign in to comment.