Skip to content

Commit 28ee4b6

Browse files
Update Alpine version for init-wait to address CVEs (#666)
- Reference: https://www.alpinelinux.org/posts/Alpine-3.19.9-3.20.8-3.21.5-3.22.2-released.html
1 parent f7804c8 commit 28ee4b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init_wait/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM alpine:3.22.0
14+
FROM alpine:3.22.2
1515
COPY entrypoint.sh /
1616
ENTRYPOINT [ "/entrypoint.sh" ]
1717
CMD []

0 commit comments

Comments
 (0)