diff --git a/init_wait/Dockerfile b/init_wait/Dockerfile index 65554320..3be35b88 100644 --- a/init_wait/Dockerfile +++ b/init_wait/Dockerfile @@ -11,7 +11,7 @@ # 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. -FROM alpine:3.22.2 +FROM alpine:3.22.3 COPY entrypoint.sh / ENTRYPOINT [ "/entrypoint.sh" ] CMD []