Skip to content

Commit

Permalink
Merge pull request #3 from Jimimaku/snyk-fix-cde3b8157b1d71e1584111e2…
Browse files Browse the repository at this point in the history
…f638a8eb

[Snyk] Security upgrade debian from stretch-20181112 to bullseye-20221004
  • Loading branch information
Jimimaku authored Nov 21, 2022
2 parents 36bd82b + cb80ee6 commit efc5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN go build /go/src/github.com/vwxyzjn/portwarden/web/scheduler/main.go && mv .
# Ready to run
EXPOSE 5000

FROM debian:stretch-20181112 as production
FROM debian:bullseye-20221004 as production
RUN apt-get update && apt-get install -y ca-certificates openssl
COPY --from=builder /usr/bin/bw /usr/bin/bw
COPY --from=builder /scheduler /go/src/github.com/vwxyzjn/portwarden/web/scheduler/scheduler
Expand Down

0 comments on commit efc5898

Please sign in to comment.