Skip to content

Commit

Permalink
fix: packaging/linux/docker/alpine-slim/Dockerfile to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent b79a3b8 commit 9b16bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/linux/docker/alpine-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=keybaseio/client:alpine

FROM $BASE_IMAGE AS base

FROM alpine:3.19
FROM alpine:3.20
LABEL maintainer="Keybase <[email protected]>"

RUN apk add --update --no-cache gnupg procps ca-certificates bash
Expand Down

0 comments on commit 9b16bcb

Please sign in to comment.