Skip to content

Commit

Permalink
Merge pull request #253 from okp4/dependabot/docker/alpine-3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2023
2 parents 6354b7c + 4f6405c commit 7f376b1
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 @@ -19,7 +19,7 @@ COPY . /src/
RUN BUILD_TAGS=muslc LINK_STATICALLY=true make build

#--- Image stage
FROM alpine:3.17.0
FROM alpine:3.17.1

COPY --from=go-builder /src/target/dist/okp4d /usr/bin/okp4d

Expand Down

0 comments on commit 7f376b1

Please sign in to comment.