Skip to content

Commit

Permalink
[kong] github:kong/docker-kong 3.3.0->3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Aug 3, 2023
1 parent ca988eb commit 4069f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated from https://github.com/puzzad/containers/kong/Dockerfile.gotpl
# BOM: {"github:kong/docker-kong":"3.3.0","github:kong/kong":"3.3.1","image:ghcr.io/greboid/dockerfiles/alpine":"bb09baaefa0022cb709bfb42e8852359b208eb2a6baa0beff38eaa3a610141a7"}
# BOM: {"github:kong/docker-kong":"3.3.1","github:kong/kong":"3.3.1","image:ghcr.io/greboid/dockerfiles/alpine":"bb09baaefa0022cb709bfb42e8852359b208eb2a6baa0beff38eaa3a610141a7"}

FROM ghcr.io/greboid/dockerfiles/alpine@sha256:bb09baaefa0022cb709bfb42e8852359b208eb2a6baa0beff38eaa3a610141a7

ARG KONG_VERSION=3.3.1
ENV KONG_VERSION $KONG_VERSION
ENV TAG=3.3.0
ENV TAG=3.3.1

RUN set -ex; \
apk add bash curl ca-certificates git; \
Expand Down

0 comments on commit 4069f53

Please sign in to comment.