Skip to content

Commit

Permalink
Bump busybox to latest + bump ca-certificaes and vault-binary to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Mar 5, 2024
1 parent a5d1270 commit 292d5e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.22-alpine AS builder
RUN mkdir build
WORKDIR /build
COPY go.mod go.sum ./
Expand All @@ -7,12 +7,12 @@ COPY . .
RUN apk add --no-cache make git
RUN make build

FROM vault:1.8.2 AS vault-binary
FROM vault:1.13.3 AS vault-binary

FROM alpine:3.14.2 as certs
RUN apk update && apk add ca-certificates
FROM alpine:3.19.1 AS certs
RUN apk add --no-cache ca-certificates

FROM busybox:1.33.1
FROM busybox:1.36.1
LABEL maintainer="marco.franssen@philips.com"
RUN mkdir -p /app
WORKDIR /app
Expand Down

0 comments on commit 292d5e0

Please sign in to comment.