Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update alpine to version 3.20 #9857

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gravitee-apim-gateway/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# First stage to share environment variable
FROM graviteeio/java:17-alpine-3.18 AS base
FROM graviteeio/java:17-alpine-3.20 AS base
ENV GRAVITEEIO_HOME=/opt/graviteeio-gateway

RUN apk update \
Expand Down
2 changes: 1 addition & 1 deletion gravitee-apim-gateway/docker/Dockerfile-from-download
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

FROM graviteeio/java:17-alpine-3.18
FROM graviteeio/java:17-alpine-3.20
LABEL maintainer="[email protected]"

ARG GRAVITEEIO_VERSION=0
Expand Down
2 changes: 1 addition & 1 deletion gravitee-apim-rest-api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# First stage to share environment variable
FROM graviteeio/java:17-alpine-3.18 AS base
FROM graviteeio/java:17-alpine-3.20 AS base
ENV GRAVITEEIO_HOME=/opt/graviteeio-management-api

RUN addgroup -g 1000 graviteeio \
Expand Down
2 changes: 1 addition & 1 deletion gravitee-apim-rest-api/docker/Dockerfile-from-download
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

FROM graviteeio/java:17-alpine-3.18
FROM graviteeio/java:17-alpine-3.20
LABEL maintainer="[email protected]"

ARG GRAVITEEIO_VERSION=0
Expand Down