Skip to content

Commit

Permalink
Use Alpine 3.15 as a base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 25, 2022
1 parent d5ccf0a commit ecda789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FROM alpine:3.14.3
FROM alpine:3.15
ARG botkube_version="dev"
LABEL name="botkube" \
version="${botkube_version}" \
Expand Down

0 comments on commit ecda789

Please sign in to comment.