Skip to content

Commit

Permalink
TASK: update of base image to alpine:3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-daehne committed Oct 7, 2023
1 parent 85fd3fd commit d690ae1
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 @@ WORKDIR /sda
ADD . .
RUN go build -o build/sda

FROM alpine:3.16
FROM alpine:3.18

COPY --from=compile /sda/build/sda /usr/local/bin/sda
CMD sda validate --help

0 comments on commit d690ae1

Please sign in to comment.