diff --git a/README.md b/README.md index 07c145d4..12b9afbb 100644 --- a/README.md +++ b/README.md @@ -583,3 +583,5 @@ Copyright 2019-present, Optimizely, Inc. and contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +test diff --git a/scripts/dockerfiles/Dockerfile.alpine b/scripts/dockerfiles/Dockerfile.alpine index 07dfc6e2..08c4fd80 100644 --- a/scripts/dockerfiles/Dockerfile.alpine +++ b/scripts/dockerfiles/Dockerfile.alpine @@ -1,5 +1,5 @@ ARG GO_VERSION -FROM golang:$GO_VERSION-alpine3.17 as builder +FROM golang:$GO_VERSION-alpine3.21 as builder # hadolint ignore=DL3018 RUN addgroup -S agentgroup && adduser -S agentuser -G agentgroup RUN apk add --no-cache make gcc libc-dev git curl @@ -7,7 +7,7 @@ WORKDIR /go/src/github.com/optimizely/agent COPY . . RUN make setup build -FROM alpine:3.17 +FROM alpine:3.21 RUN apk add --no-cache ca-certificates COPY --from=builder /go/src/github.com/optimizely/agent/bin/optimizely /optimizely COPY --from=builder /etc/passwd /etc/passwd